mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue