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

Merge remote-tracking branch 'upstream/pregmod-master' into pregmod-master

parents 35994895 1468cd66
No related branches found
No related tags found
1 merge request!1564pregmod v1021-391
...@@ -121,10 +121,10 @@ ...@@ -121,10 +121,10 @@
<<if $arcologies[0].FSPaternalist >= 90>> <<if $arcologies[0].FSPaternalist >= 90>>
Your extremely paternalistic society has the unfortunate side effects of spreading dangerous ideals in the arcology, damaging your authority. Your extremely paternalistic society has the unfortunate side effects of spreading dangerous ideals in the arcology, damaging your authority.
<<set _authGrowth -= $arcologies[0].FSPaternalist>> <<set _authGrowth -= Math.clamp($arcologies[0].FSPaternalist, 0, 100)>>
<<elseif $arcologies[0].FSPaternalist >= 50>> <<elseif $arcologies[0].FSPaternalist >= 50>>
Your paternalistic society has the unfortunate side effects of spreading dangerous ideals in the arcology, damaging your authority. Your paternalistic society has the unfortunate side effects of spreading dangerous ideals in the arcology, damaging your authority.
<<set _authGrowth -= $arcologies[0].FSPaternalist>> <<set _authGrowth -= Math.clamp($arcologies[0].FSPaternalist, 0, 100)>>
<</if>> <</if>>
<<if $arcologies[0].FSNull >= 90>> <<if $arcologies[0].FSNull >= 90>>
......
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