Skip to content
Snippets Groups Projects
Commit 8468b2ef authored by Jones's avatar Jones
Browse files

Fixes for my fixes

parent 601b6655
No related branches found
No related tags found
1 merge request!3056Population minor fixes
...@@ -223,7 +223,7 @@ _topClassP = 1>> ...@@ -223,7 +223,7 @@ _topClassP = 1>>
<</if>> <</if>>
<<if $arcologies[0].FSChineseRevivalist != "unset">> <<if $arcologies[0].FSChineseRevivalist != "unset">>
<<set _FSScore += Math.min($arcologies[0].FSChineseRevivalist, 100), <<set _FSScore += Math.min($arcologies[0].FSChineseRevivalist, 100),
_slaveDemandU *= 1 + Math.trunc(Math.min$arcologies[0].FSChineseRevivalist, 100) / 20) * 0.02, _slaveDemandU *= 1 + Math.trunc(Math.min($arcologies[0].FSChineseRevivalist, 100) / 20) * 0.02,
_slaveDemandT *= 1 + Math.trunc(Math.min($arcologies[0].FSChineseRevivalist, 100) / 20) * 0.025>> _slaveDemandT *= 1 + Math.trunc(Math.min($arcologies[0].FSChineseRevivalist, 100) / 20) * 0.025>>
<</if>> <</if>>
<<if $arcologies[0].FSAztecRevivalist != "unset">> <<if $arcologies[0].FSAztecRevivalist != "unset">>
...@@ -620,6 +620,7 @@ $lowerClass -= _enslaved>> ...@@ -620,6 +620,7 @@ $lowerClass -= _enslaved>>
<<set _weatherFreeze = 0>> <<set _weatherFreeze = 0>>
<</if>> <</if>>
/*For enslavement that happens despite the weather*/
<<if _weatherFreeze == 1>> <<if _weatherFreeze == 1>>
<<if _enslaved > 0>> <<if _enslaved > 0>>
<<if _enslaved < 4>> <<if _enslaved < 4>>
......
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