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

Merge branch 'small-corp-bugfix' into 'pregmod-master'

small corp bugfix

See merge request pregmodfan/fc-pregmod!4125
parents a8dd6096 7193c490
Branches
Tags
No related merge requests found
......@@ -395,7 +395,7 @@ _corpDivWhoreSlavesRoom = corpDivWhoreSlavesRoom()>>
$corpDivTrainSlaves2 = 0>>
to the market and made @@.yellowgreen;<<print cashFormat(_corpDivTrainRev)>>.@@
<</if>>
<<elseif $corpDivTrainSlaves2 > 0>>It is holding <<if $corpDivTrainSlaves2 > 1>>$corpDivTrainSlaves2 trained slaves<<elseif $corpDivTrainSlaves2 == 1>>one trained slave<<else>> at the end of the week.<</if>>
<<elseif $corpDivTrainSlaves2 > 0>>It is holding <<if $corpDivTrainSlaves2 > 1>>$corpDivTrainSlaves2 trained slaves<<elseif $corpDivTrainSlaves2 == 1>>one trained slave<</if>> at the end of the week.
<<if $corpDivTrainSlaves2 > Math.trunc($corpDivTrainDev * 0.4)>>
<<if $corpDivTrainSurgeryTimer < 5 || $corpDivSurgery == 0>>
<<set _corpDivTrainCapSlaves = $corpDivTrainSlaves2 - Math.trunc($corpDivTrainDev * 0.4),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment