-
- Downloads
1. Improve consistency between brothel and club advertisement passages.
2. Fix stray HTML tag output in club ads page. 3. Mark Brothel Advertisement, Club Advertisement, and Coursing Association passages as `jump-from-safe`. 4. Fix `cashFormatColor` and `App.UI.DOM.cashFormatColor` so that the invert parameter does what it was originally supposed to (i.e. represents an explicit cost or expense, rather than an income or flux: displaying positive numbers as red, without a negative sign, and negative numbers as green, with a negative sign). I'm not sure how this turned into "just negate the number"...`forceNeg` does that job just fine.
Showing
- src/005-passages/managePassages.js 3 additions, 4 deletionssrc/005-passages/managePassages.js
- src/Mods/SpecialForce/Proposal.js 1 addition, 1 deletionsrc/Mods/SpecialForce/Proposal.js
- src/facilities/brothel/brothelAds.js 7 additions, 7 deletionssrc/facilities/brothel/brothelAds.js
- src/facilities/club/clubAdvertisement.js 16 additions, 17 deletionssrc/facilities/club/clubAdvertisement.js
- src/interaction/policies/coursingAssociation.js 0 additions, 1 deletionsrc/interaction/policies/coursingAssociation.js
- src/js/utilsDOM.js 15 additions, 5 deletionssrc/js/utilsDOM.js
- src/js/utilsUnits.js 9 additions, 12 deletionssrc/js/utilsUnits.js
Loading
Please register or sign in to comment