Skip to content
Snippets Groups Projects
Commit 40578cf6 authored by j's avatar j
Browse files

More checks and catches.

parent 1b5c7503
No related branches found
No related tags found
4 merge requests!1258Bug fixes,!1254Reworked introSummary and unseters.,!1253Pregmod master,!1220Pregmod master
...@@ -262,7 +262,7 @@ The parts of your arcology you own can house a total of $PopCap menial slaves. ...@@ -262,7 +262,7 @@ The parts of your arcology you own can house a total of $PopCap menial slaves.
<br> <br>
<<if $helots > 1>> <<if $helots > 1>>
You own <<print commaNum($helots)>> menial slaves. You own <<print commaNum(Math.trunc($helots))>> menial slaves.
<<elseif $helots > 0>> <<elseif $helots > 0>>
You own one menial slave. You own one menial slave.
<<else>> <<else>>
...@@ -325,7 +325,7 @@ The market price of menials is <<print cashFormat(_menialPrice)>>. ...@@ -325,7 +325,7 @@ The market price of menials is <<print cashFormat(_menialPrice)>>.
<</if>> <</if>>
<<if $fuckdolls > 1>> <<if $fuckdolls > 1>>
<br>You own $fuckdolls standard Fuckdolls. <br>You own <<print commaNum(Math.trunc($fuckdolls))>> standard Fuckdolls.
<<elseif $fuckdolls > 0>> <<elseif $fuckdolls > 0>>
<br>You own one standard Fuckdoll. <br>You own one standard Fuckdoll.
<<elseif $arcologies[0].FSPaternalist == "unset">> <<elseif $arcologies[0].FSPaternalist == "unset">>
...@@ -363,7 +363,7 @@ The market price of standard fuckdolls is <<print cashFormat(_menialPrice*2)>>. ...@@ -363,7 +363,7 @@ The market price of standard fuckdolls is <<print cashFormat(_menialPrice*2)>>.
<</if>> <</if>>
<<if $menialBioreactors > 1>> <<if $menialBioreactors > 1>>
<br>You own $menialBioreactors standard bioreactors. <br>You own <<print commaNum(Math.trunc($menialBioreactors))>> standard bioreactors.
<<elseif $menialBioreactors > 0>> <<elseif $menialBioreactors > 0>>
<br>You own one standard bioreactor. <br>You own one standard bioreactor.
<<elseif $arcologies[0].FSPaternalist == "unset">> <<elseif $arcologies[0].FSPaternalist == "unset">>
......
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