Skip to content
Snippets Groups Projects
Commit 8f2c7b15 authored by svornost's avatar svornost
Browse files

forceNeg on weather damage costs

parent a9b10b60
No related branches found
No related tags found
1 merge request!6823forceNeg on weather damage costs
......@@ -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