Merge pull request #111 from the-economancer/patch-1

Update src/app/scoring.coffee
This commit is contained in:
Tyler Renelle
2013-01-17 21:58:10 -08:00
+2 -2
View File
@@ -100,7 +100,7 @@ updateStats = (stats) ->
# game over
if stats.hp <= 0
user.set 'stats.lvl', 0 # this signifies dead
user.set 'stast.hp', 0
user.set 'stats.hp', 0
return
else
user.set 'stats.hp', stats.hp
@@ -278,4 +278,4 @@ module.exports = {
expModifier: expModifier
hpModifier: hpModifier
taskDeltaFormula: taskDeltaFormula
}
}