Update src/app/scoring.coffee

possible typo, sorry for jumping in if it is right.
This commit is contained in:
Michael Riley 2013-01-18 00:55:04 -05:00
parent ecbe791e45
commit f608e05083

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
}
}