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

Merge branch 'Blank_Alt-pregmod-master-patch-06916' into 'pregmod-master'

Update src/SecExp/edicts.tw

Closes #1173

See merge request pregmodfan/fc-pregmod!5454
parents e1e35019 f02637f7
No related branches found
No related tags found
1 merge request!5454Update src/SecExp/edicts.tw
......@@ -385,7 +385,7 @@
<<elseif $weaponsLaw == 2>>
<br>''All weapons allowed:'' allow residents of the arcology to buy, sell and keep weaponry of any kind within the arcology.
<<if $SecExp.core.authority >= 1000>>
[[Implement|edicts][$weaponsLaw = 3, cashX(-5000, "edicts"), $SecExp.core.authority -= 1000, $edictsAuthUpkeep -= 10]]
[[Implement|edicts][$weaponsLaw = 3, cashX(-5000, "edicts"), $SecExp.core.authority -= 1000]]
<<else>>
<br>//Not enough Authority.//
<</if>>
......@@ -400,7 +400,7 @@
<<elseif $weaponsLaw == 1>>
<br>''Heavy weaponry forbidden:'' set the range of weapons allowed within the arcology to non-heavy, non-explosive.
<<if $SecExp.core.authority >= 1000>>
[[Implement|edicts][$weaponsLaw = 2, cashX(-5000, "edicts"), $SecExp.core.authority -= 1000, $edictsAuthUpkeep -= 10]]
[[Implement|edicts][$weaponsLaw = 2, cashX(-5000, "edicts"), $SecExp.core.authority -= 1000]]
<<else>>
<br>//Not enough Authority.//
<</if>>
......@@ -415,7 +415,7 @@
<<elseif $weaponsLaw == 0>>
<br>''Heavily restricted weaponry:'' set the range of weapons allowed within the arcology to non-automatic, non-high caliber.
<<if $SecExp.core.authority >= 1000>>
[[Implement|edicts][$weaponsLaw = 1, cashX(-5000, "edicts"), $SecExp.core.authority -= 1000, $edictsAuthUpkeep -= 10]]
[[Implement|edicts][$weaponsLaw = 1, cashX(-5000, "edicts"), $SecExp.core.authority -= 1000]]
<<else>>
<br>//Not enough Authority.//
<</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