HomeWildfire Games

Fix economy and military score

Description

Fix economy and military score

Reviewed by: causative
Differential Revision: https://code.wildfiregames.com/D494

Event Timeline

elexis added a subscriber: elexis.Oct 20 2019, 3:31 PM
elexis added inline comments.
/ps/trunk/binaries/data/mods/public/gui/summary/counters.js
103

The same mistake should have been fixed in reportGame of session.js:

		for (let type in player.sequences.resourcesGathered)
			total += player.sequences.resourcesGathered[type][maxIndex];

Joys of duplication.

elexis added inline comments.Oct 20 2019, 3:53 PM
/ps/trunk/binaries/data/mods/public/gui/summary/counters.js
109

(trade too)