From 1c0799bef0a0d3fed192afff8f43c25bdd5b5e26 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Sat, 24 Jan 2015 11:28:18 -0800 Subject: [PATCH] start adding alternative congradulatory text --- controllers/challenges.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/controllers/challenges.js b/controllers/challenges.js index 96170f433b..9d3b325df6 100644 --- a/controllers/challenges.js +++ b/controllers/challenges.js @@ -24,6 +24,25 @@ exports.returnChallenge = function(req, res, next) { 'ANNIHILATED', 'NUKED' ]; + var compliments = [ + "You've got the power!", + "Nicely done!", + "Rock and roll!", + "High five!", + "Bravo!", + "Encore!", + "Challenge destroyed!", + "Power level 9000!", + "Most efficient!", + "Party on Wayne!", + "You've got the touch!", + "You're on fire!", + "Don't hurt 'em, Hammer!", + "The town is now red", + "To the nines!", + "Nothing but net!", + "Even grumpy cat is impressed" + ]; var phrases = [ "Shout it from on top of a mountain", "Tell everyone and their dogs",