From 8eabf2fddfb5a8538518873263a6e8c44fcbc360 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 4 Jun 2018 03:12:58 -0400 Subject: [PATCH] the same fix, mk2 --- src/js/eventSelectionJS.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/eventSelectionJS.tw b/src/js/eventSelectionJS.tw index e3610ee5ae2..98e8908f12d 100644 --- a/src/js/eventSelectionJS.tw +++ b/src/js/eventSelectionJS.tw @@ -2256,7 +2256,7 @@ if(eventSlave.fetish != "mindbroken") { if(eventSlave.fetish == "sadist") { if(eventSlave.fetishStrength > 20) { - if(State.variables.arcade != 0) { + if(State.variables.arcadeSlaves > 0) { if(eventSlave.trust > -20) { if(eventSlave.devotion > 50) { if(eventSlave.belly < 300000) { -- GitLab