From 7a802d83c606fa6e0cdb3bf9a03cf0f2aaf144f4 Mon Sep 17 00:00:00 2001 From: Blank <blank@national.shitposting.agency> Date: Fri, 3 May 2019 22:01:18 -0700 Subject: [PATCH] FixLogicIssuse --- src/uncategorized/arcade.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/arcade.tw b/src/uncategorized/arcade.tw index 4ee0db0fa1c..690eb1335df 100644 --- a/src/uncategorized/arcade.tw +++ b/src/uncategorized/arcade.tw @@ -89,9 +89,9 @@ $arcadeNameCaps <br>It can support $arcade inmates. There <<if $arcadeSlaves == 1>>is<<else>>are<</if>> currently $arcadeSlaves slaves<<if $arcadeSlaves != 1>>s<</if>> incarcerated in $arcadeName. <<if $arcadeUpgradeFuckdolls == 1 && $arcadeSlaves > 1>> - <br>The arcade has automatic Fuckdollification functions, and you can decide to convert your least popular slave at the end of the week. [[Activate|Arcade][$arcadeUpgradeFuckdolls == 2]] + <br>The arcade has automatic Fuckdollification functions, and you can decide to convert your least popular slave at the end of the week. [[Activate|Arcade][$arcadeUpgradeFuckdolls = 2]] <<elseif $arcadeUpgradeFuckdolls == 2>> - <br>You have decided that the least popular inmate will be converted to a standard Fuckdoll this week. [[Deactivate|Arcade][$arcadeUpgradeFuckdolls == 1]] + <br>You have decided that the least popular inmate will be converted to a standard Fuckdoll this week. [[Deactivate|Arcade][$arcadeUpgradeFuckdolls = 1]] <</if>> <<if $arcade > $arcadeSlaves && $fuckdolls > 0>> <<set _fuckdollRoom = $arcade - $arcadeSlaves>> -- GitLab