HomeWildfire Games

JS Cleanup.

Description

JS Cleanup.

Don't change the Upgrade costs in the entity state when displaying the Upgrade tooltip.

Refs #2706, D829

Details

Committed
elexisAug 26 2017, 9:34 PM
Parents
rP20045: JS cleanup.
Branches
Unknown
Tags
Unknown
Build Status
Buildable 2912
Build 5008: Post-Commit BuildJenkins

Event Timeline

bb added a subscriber: bb.Sep 14 2020, 9:00 PM
bb added inline comments.
/ps/trunk/binaries/data/mods/public/gui/session/selection_panels.js
1116

Don't understand the need for this change. I do understand passing data.unitEntStates.length in the old function. But this returns an array instead of a string and does not include the translated header

1121

and if not existing, it will say ![]==true and thus give a newline

bb added inline comments.Sep 14 2020, 11:38 PM
/ps/trunk/binaries/data/mods/public/gui/session/selection_panels.js
1116

Header was added later in rP21310