Fixed #2519: boss star gold no longer counts in gold-collected leaderboards.
This commit is contained in:
parent
e40ad5e1c7
commit
9466923013
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue