From 4609bec96862b8a7b45b8ac4ecafcfe83bb99bb3 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Fri, 4 Dec 2020 02:49:21 -0800 Subject: [PATCH] Fix egyptian slave acquisition bulk slave intro message --- src/uncategorized/reFSEgyptianRevivalistAcquisition.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw b/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw index d1b7b8b213b..545c7062d0c 100644 --- a/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw +++ b/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw @@ -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>> -- GitLab