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

Merge branch 'Corporation' into 'pregmod-master'

Proper legal slave value for manual sale

See merge request pregmodfan/fc-pregmod!3509
parents 056a188e 664613b5
No related branches found
No related tags found
No related merge requests found
...@@ -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