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

Fixed? acquisition multislave granting on single slave starts

parent 8942d44e
No related branches found
No related tags found
1 merge request!4487Fixed? acquisition multislave granting on single slave starts
......@@ -608,7 +608,7 @@ The previous owner seems to have left in something of a hurry.
<</switch>>
<<set $activeSlave.origin = "You acquired her along with the arcology.", $activeSlave.career = "a slave">>
<<set $slaveCost = slaveCost($activeSlave)>>
<<if $targetArcology.type == "Eugenics">>
<<if ["AztecRevivalist", "ChineseRevivalist", "Eugenics"].includes($targetArcology.type)>>
<<set _valueGiven += $slaveCost*4>>
<<else>>
<<set _valueGiven += $slaveCost>>
......
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