don't use growl on server (woops)

This commit is contained in:
Tyler Renelle
2012-09-01 17:57:32 -04:00
parent c434072504
commit 7a8a7d4566
2 changed files with 2 additions and 4 deletions

View File

@@ -85,11 +85,9 @@ module.exports.score = score = function(spec) {
modified = expModifier(user, 1);
money += modified;
exp += modified;
statsNotification("<i class='icon-star'></i>Exp,GP +" + (modified.toFixed(2)), 'success');
} else {
modified = hpModifier(user, 1);
hp -= modified;
statsNotification("<i class='icon-heart'></i>HP " + (modified.toFixed(2)), 'error');
}
updateStats(user, {
hp: hp,