From 465029fb607211a2e960ccabab9a78f6fdfe76f6 Mon Sep 17 00:00:00 2001 From: j <okp57855@psoxs.com> Date: Thu, 28 Dec 2017 15:23:05 +1300 Subject: [PATCH] Made requested changes. --- src/SecExp/weaponsManufacturing.tw | 6 ------ src/uncategorized/buySlaves.tw | 6 ------ 2 files changed, 12 deletions(-) diff --git a/src/SecExp/weaponsManufacturing.tw b/src/SecExp/weaponsManufacturing.tw index 6374a2f8405..1b3a190e7d9 100644 --- a/src/SecExp/weaponsManufacturing.tw +++ b/src/SecExp/weaponsManufacturing.tw @@ -393,12 +393,6 @@ __Upgrades__: <</if>> Estimated completion time is <<print $currentUpgrade.time>> weeks. <</if>> -<<if $currentUpgrade.ID > -4>> -<br><br><<link "Cut completion time in half by mandating 24/7 work and providing strong drugs">> - <<set $currentUpgrade.time = $currentUpgrade.time/2, $cash -= $cash*.9999>> - <<goto "weaponsManufacturing">> -<</link>> //This cost 99.99% of your cash which is <<print cashFormat($cash*.9999)>> -<</if>> <<if $completedUpgrades.length > 0>> <br> <br> diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw index 350a9211b54..8b5ca2923dd 100644 --- a/src/uncategorized/buySlaves.tw +++ b/src/uncategorized/buySlaves.tw @@ -205,12 +205,6 @@ __Sex Slave Purchase Options__ <br>[[Take in a shelter slave|Slave Shelter]] | //Presents charity cases for a nominal fee.// <</if>> -<<if $shelterAbuse > 0>> -<<link "Make a generous donation." - <<set $cash -= $cash*.9999, $shelterAbuse = 0>> -<</link>> -<</if>> - <<if ($rep > 9000)>> <br>[[Consult the household liquidator|Household Liquidator][$slavesSeen += 2]] | //Offers slaves close to one another at a very high price.// <</if>> -- GitLab