Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pregmodfan
fc-pregmod
Commits
40578cf6
Commit
40578cf6
authored
7 years ago
by
j
Browse files
Options
Downloads
Patches
Plain Diff
More checks and catches.
parent
1b5c7503
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!1258
Bug fixes
,
!1254
Reworked introSummary and unseters.
,
!1253
Pregmod master
,
!1220
Pregmod master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/uncategorized/buySlaves.tw
+3
-3
3 additions, 3 deletions
src/uncategorized/buySlaves.tw
with
3 additions
and
3 deletions
src/uncategorized/buySlaves.tw
+
3
−
3
View file @
40578cf6
...
@@ -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">>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment