Skip to content
Snippets Groups Projects
Commit d7edf319 authored by kopareigns's avatar kopareigns
Browse files

Fixes

parent e6766482
No related branches found
No related tags found
No related merge requests found
...@@ -473,7 +473,7 @@ __Division Management__ ...@@ -473,7 +473,7 @@ __Division Management__
<<if $corpDivBreakDev > 20>> <<if $corpDivBreakDev > 20>>
<<if $corpDivBreakSlaves >= $corpDivBreakDev - 10>> <<if $corpDivBreakSlaves >= $corpDivBreakDev - 10>>
<<set _corpDivBreakSlavesSell = $corpDivBreakSlaves - ($corpDivBreakDev - 10)>> <<set _corpDivBreakSlavesSell = $corpDivBreakSlaves - ($corpDivBreakDev - 10)>>
| [[Downsize x10|Manage Corporation][$corpDivBreakDev -= 10, $corpCash += 72000 + Math.trunc(11.5 * _corpDivBreakSlavesSell * menialSlaveCost()), $corpDivBreakSlaves -= $_corpDivBreakSlavesSell, $corpAssetsDev -= 72000]] | [[Downsize x10|Manage Corporation][$corpDivBreakDev -= 10, $corpCash += 72000 + Math.trunc(11.5 * _corpDivBreakSlavesSell * menialSlaveCost()), $corpDivBreakSlaves -= _corpDivBreakSlavesSell, $corpAssetsDev -= 72000]]
<<else>> <<else>>
| [[Downsize x10|Manage Corporation][$corpDivBreakDev -= 10, $corpCash += 72000, $corpAssetsDev -= 72000]] | [[Downsize x10|Manage Corporation][$corpDivBreakDev -= 10, $corpCash += 72000, $corpAssetsDev -= 72000]]
<</if>> <</if>>
......
...@@ -52,7 +52,7 @@ $pitNameCaps is clean and ready, ...@@ -52,7 +52,7 @@ $pitNameCaps is clean and ready,
<</if>> <</if>>
<<else>> <<else>>
Your Bodyguard will fight a slave selected from the pool at random. [[Make both slots random|Pit][$pitBG = 0, $pitAnimal = 0]] Your Bodyguard will fight a slave selected from the pool at random. [[Make both slots random|Pit][$pitBG = 0, $pitAnimal = 0]]
<<if $_CL > 0 || $_HL > 0 || $_FL > 0>> | [[Have a slave fight an animal|Pit][$pitBG = 0, $pitAnimal = 1]]<</if>> <<if _CL > 0 || _HL > 0 || _FL > 0>> | [[Have a slave fight an animal|Pit][$pitBG = 0, $pitAnimal = 1]]<</if>>
<</if>> <</if>>
<</if>> <</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