Skip to content
Snippets Groups Projects
Commit 664613b5 authored by Jones's avatar Jones
Browse files

Proper legal slave value for manual sale

parent 056a188e
No related branches found
No related tags found
1 merge request!3509Proper legal slave value for manual sale
...@@ -210,7 +210,7 @@ _corpDivWhoreSlavesRoom = corpDivWhoreSlavesRoom()>> ...@@ -210,7 +210,7 @@ _corpDivWhoreSlavesRoom = corpDivWhoreSlavesRoom()>>
<</if>> <</if>>
<<if $corpDivLegalToMarket == 1 && $corpDivLegalSlaves > 0>> <<if $corpDivLegalToMarket == 1 && $corpDivLegalSlaves > 0>>
It immediately sold <<if $corpDivLegalSlaves > 1>><<print $corpDivLegalSlaves>> slaves<<else>>one slave<</if>> It immediately sold <<if $corpDivLegalSlaves > 1>><<print $corpDivLegalSlaves>> slaves<<else>>one slave<</if>>
<<set _corpDivLegalRev = $corpDivLegalSlaves * 10 * menialSlaveCost(-$corpDivLegalSlaves), <<set _corpDivLegalRev = $corpDivLegalSlaves * 15 * menialSlaveCost(-$corpDivLegalSlaves),
_corpRev += _corpDivLegalRev, _corpRev += _corpDivLegalRev,
$corpDivLegalSlaves = 0>> $corpDivLegalSlaves = 0>>
to the market and made @@.yellowgreen;<<print cashFormat(_corpDivLegalRev)>>.@@ to the market and made @@.yellowgreen;<<print cashFormat(_corpDivLegalRev)>>.@@
......
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