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

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

Extra /if in weapon manufacturing

See merge request pregmodfan/fc-pregmod!1374
parents d45b724b 59e69267
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,7 @@ You own <<print commaNum($helots)>> free menial slaves. This manufacturing compl
<<if $cash > _menialPrice>>
<<if $PopCap > $helots+$fuckdolls+$menialBioreactors || $helots+$fuckdolls+$menialBioreactors == 0>>
<br>
[[Buy|weaponsManufacturing][$helots+=1,$menialDemandFactor+=1,$cash-=_menialPrice]]
<</if>>
[[Buy|weaponsManufacturing][$helots+=1,$menialDemandFactor+=1,$cash-=_menialPrice]]
<<if $cash > (_menialPrice+200)*10>>
[[(x10)|weaponsManufacturing][$helots+=10,$menialDemandFactor+=10,$cash-=(_menialPrice+200)*10]]
<</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