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

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

Allow removal of FS decorations from facilities.

Closes #2122

See merge request !7499
parents 14436db6 f0fdb23e
No related branches found
No related tags found
1 merge request!7499Allow removal of FS decorations from facilities.
...@@ -296,4 +296,7 @@ $args[1]: Fetish. ...@@ -296,4 +296,7 @@ $args[1]: Fetish.
<<elseif ($arcologies[0].FSChineseRevivalist >= 20) && (State.variables[$args[0]] != "Chinese Revivalist")>> <<elseif ($arcologies[0].FSChineseRevivalist >= 20) && (State.variables[$args[0]] != "Chinese Revivalist")>>
<div class="indent">[[Chinese Revivalist redecoration|Future Society][State.variables[$args[0]] = "Chinese Revivalist", cashX(-5000, "capEx")]]</div> <div class="indent">[[Chinese Revivalist redecoration|Future Society][State.variables[$args[0]] = "Chinese Revivalist", cashX(-5000, "capEx")]]</div>
<</if>> <</if>>
<<if (State.variables[$args[0]] != "standard")>>
<div class="indent">[[Remove all decorations|Future Society][State.variables[$args[0]] = "standard"]]</div>
<</if>>
<</widget>> <</widget>>
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