From c7b420beaec4d8e8fe6498636e0dce44a05aee51 Mon Sep 17 00:00:00 2001
From: Skriv <skrivelese@gmail.com>
Date: Sun, 24 Mar 2019 17:14:38 +0100
Subject: [PATCH] attempted fix

---
 src/uncategorized/cellblock.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/cellblock.tw b/src/uncategorized/cellblock.tw
index 4841d4e129d..c3bfd306878 100644
--- a/src/uncategorized/cellblock.tw
+++ b/src/uncategorized/cellblock.tw
@@ -95,7 +95,7 @@ $cellblockNameCaps
 	Its compliance systems have been upgraded to allow slaves no mental respite, painstakingly correcting the tiniest misbehaviors to soften flaws into quirks at the cost of considerable anguish to inmates denied any rest from correction.
 <<else>>
 	<<set _Tmult1 = Math.trunc(20000*$upgradeMultiplierArcology*$HackingSkillMultiplier)>>
-	Its compliance systems are standard. [[Upgrade them to soften slave flaws|Cellblock][cashX(forceNeg(_Tmult1), "capEx"), $cellblockUpgrade = 1], $PC.engineering += 0.1, $PC.hacking += 0.1] //Costs <<print cashFormat(_Tmult1)>>//
+	Its compliance systems are standard. [[Upgrade them to soften slave flaws|Cellblock][cashX(forceNeg(_Tmult1), "capEx"), $cellblockUpgrade = 1, $PC.engineering += 0.1, $PC.hacking += 0.1]] //Costs <<print cashFormat(_Tmult1)>>//
 <</if>>
 
 <<if $Wardeness != 0 && canPenetrate($Warden)>>
-- 
GitLab