Fixed : boss star gold no longer counts in gold-collected leaderboards.

This commit is contained in:
Nick Winter 2015-04-20 16:01:29 -07:00
parent e40ad5e1c7
commit 9466923013

View file

@ -610,5 +610,5 @@ module.exports = class World
time: @age
'damage-taken': @getSystem('Combat')?.damageTakenForTeam 'humans'
'damage-dealt': @getSystem('Combat')?.damageDealtForTeam 'humans'
'gold-collected': @getSystem('Inventory')?.teamGold.humans?.earned
'gold-collected': @getSystem('Inventory')?.teamGold.humans?.collected
'difficulty': @difficulty