Skip to content
Snippets Groups Projects
Commit 4609bec9 authored by svornost's avatar svornost
Browse files

Fix egyptian slave acquisition bulk slave intro message

parent c633bec9
No related branches found
No related tags found
1 merge request!8427Fix egyptian slave acquisition bulk slave intro message
...@@ -70,7 +70,7 @@ This call is coming from a public kiosk, which is usually an indication that the ...@@ -70,7 +70,7 @@ This call is coming from a public kiosk, which is usually an indication that the
<br><br> <br><br>
<span id="result"> <span id="result">
<<if $cash >= _contractCost>> <<if $cash >= _contractCost>>
[[Enslave the pair|Bulk Slave Intro][$market = {newSlaves: _newSlaves}, $market.newSlaves.forEach((s) => cashX(forceNeg(_contractCost/$market.newSlaves.length), "slaveTransfer", s))]] [[Enslave the pair|Bulk Slave Intro][$market.newSlaves = _newSlaves, $market.newSlaves.forEach((s) => cashX(forceNeg(_contractCost/$market.newSlaves.length), "slaveTransfer", s))]]
<<else>> <<else>>
//You lack the necessary funds to enslave them.// //You lack the necessary funds to enslave them.//
<</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