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

Fix

parent 3009b6ea
No related branches found
No related tags found
1 merge request!3434Fix
......@@ -488,7 +488,7 @@ _corpDivWhoreSlavesRoom = corpDivWhoreSlavesRoom()>>
$corpDivWhoreSlaves = $corpDivWhoreDev>>
<<elseif $corpDivWhoreFromMarket == 1 && _corpDivWhoreSlavesRoom > 0>>
It replenished its slave stock and bought <<print _corpDivWhoreSlavesRoom>> trained whores from the market.
<<set _corpDivWhoreAssetsSlave -= _corpDivWhoreSlavesRoom * 26 * menialSlaveCost(_corpDivWhoreSlavesRoom),
<<set _corpDivWhoreAssetsSlave = _corpDivWhoreSlavesRoom * 26 * menialSlaveCost(_corpDivWhoreSlavesRoom),
$corpCash -= _corpDivWhoreAssetsSlave,
$corpAssetsSlave += _corpDivWhoreAssetsSlave,
$corpDivWhoreSlaves = $corpDivWhoreDev>>
......
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