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

Merge branch 'Weather-Economy' into 'pregmod-master'

Keeping backwardsCompatibility tidy(ish).

See merge request pregmodfan/fc-pregmod!2876
parents 4b8fa3d9 faf5fc4c
No related branches found
No related tags found
1 merge request!2876Keeping backwardsCompatibility tidy(ish).
...@@ -2700,6 +2700,13 @@ Setting missing global variables: ...@@ -2700,6 +2700,13 @@ Setting missing global variables:
<<set $deltaDemand = 0>> <<set $deltaDemand = 0>>
<</if>> <</if>>
<<if ndef $econWeatherDamage>>
<<set $econWeatherDamage = 0>>
<</if>>
<<if ndef $disasterResponse>>
<<set $disasterResponse = 0>>
<</if>>
Done! Done!
<br><br> <br><br>
...@@ -3495,12 +3502,3 @@ Done! ...@@ -3495,12 +3502,3 @@ Done!
<<if $releaseID < 1031>> <<if $releaseID < 1031>>
<<set $releaseID = 1031>> <<set $releaseID = 1031>>
<</if>> <</if>>
<<if $difficultySwitch == 1>>
<<if ndef $econWeatherDamage>>
<<set $econWeatherDamage = 0>>
<</if>>
<<if ndef $disasterResponse>>
<<set $disasterResponse = 0>>
<</if>>
<</if>>
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