From b23eab726db81340fb537d901de29a88108e1a27 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Thu, 17 Jan 2019 23:22:04 -0500 Subject: [PATCH] Make 3x slave grabs more precise in cost --- src/uncategorized/RESS.tw | 2 +- src/uncategorized/REroyalblood.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 6042f2af1f4..fe8684d0b7b 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -17257,7 +17257,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address <<set $activeSlave.attrXX = random(10,20)>> <<set $activeSlave.behavioralFlaw = either("bitchy", "arrogant")>> <<run newSlave($activeSlave)>> /* skip New Slave Intro */ - <<run cashX(-8000, "slaveTransfer", $activeSlave)>> + <<run cashX(-8333, "slaveTransfer", $activeSlave)>> <</for>> <br><br><span id="result2"> <<link "Let your public servant take revenge on them">> diff --git a/src/uncategorized/REroyalblood.tw b/src/uncategorized/REroyalblood.tw index 59178546123..e0343b3d91b 100644 --- a/src/uncategorized/REroyalblood.tw +++ b/src/uncategorized/REroyalblood.tw @@ -358,7 +358,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>> <<run newSlave($activeSlave)>> /* skip New Slave Intro */ <<set $activeSlave.recruiter = 0>> /* override New Slave Intro */ - <<run cashX(-8000, "slaveTransfer", $activeSlave)>> + <<run cashX(-8333, "slaveTransfer", $activeSlave)>> <</for>> <</replace>> <</link>> // It will cost about <<print cashFormat(25000)>> to enslave them.// -- GitLab