From 62fcda9407530f4626b8ced7f781755c75dd8ec5 Mon Sep 17 00:00:00 2001 From: pregmodfan <pregmodfan@cock.li> Date: Thu, 17 Aug 2017 23:15:12 +0300 Subject: [PATCH] syntax fix (missing $) --- src/uncategorized/RESS.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 3a00dc6e462..5d75ea1a121 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -111,7 +111,7 @@ Finishing your work, you lean back for a break well deserved break. Your peace i <<set $mutinery = 0>> <<elseif ($PC.Career == "escort")>> but you simply give her a kick to the groin; she wouldn't be the first person to try this shit on you. -<<elseif ($PC.Career == "slaver") || PC.slaving >= 20>> +<<elseif ($PC.Career == "slaver") || $PC.slaving >= 20>> but you simply give her a kick to the groin, a little trick you remember from your early memories on how to deal with rebellious slaves. <<set $mutinery = 0>> <<elseif ($PC.warfare >= 20)>> -- GitLab