Skip to content
Snippets Groups Projects
Commit db4fa3a7 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

forceNeg on weather damage costs

Closes #1803

See merge request pregmodfan/fc-pregmod!6823
parents f629ab09 8f2c7b15
No related branches found
No related tags found
No related merge requests found
......@@ -866,7 +866,7 @@ Routine upkeep of your demesne costs @@.yellow;<<print cashFormat($costs)>>.@@
<<run repX(-50, "architecture")>>
<</if>>
<<if $cash > 0>>
<<run cashX(_weatherRepairCost, "weather")>>
<<run cashX(forceNeg(Math.trunc(_weatherRepairCost)), "weather")>>
<<elseif $arcologies[0].FSRestartDecoration == 100>>
Since you lack the resources to effect prompt repairs yourself, the Societal Elite cover for you. The arcology's prosperity is @@.red;is damaged,@@ but your public reputation is left intact.
<<if $eugenicsFullControl != 1>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment