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

Merge branch 'pregmod-master' into 'pregmod-master'

Fix egyptian slave acquisition bulk slave intro message

See merge request pregmodfan/fc-pregmod!8427
parents c4c58eb3 4609bec9
No related merge requests found
......@@ -70,7 +70,7 @@ This call is coming from a public kiosk, which is usually an indication that the
<br><br>
<span id="result">
<<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>>
//You lack the necessary funds to enslave them.//
<</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