From eb1bcf8fe52b74d3131212a84c2eb09364f93fc6 Mon Sep 17 00:00:00 2001 From: pregmodfan <pregmodfan@cock.li> Date: Sun, 24 Sep 2017 12:29:47 +0300 Subject: [PATCH] variable logic fix (preg -> belly) --- src/uncategorized/randomIndividualEvent.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/randomIndividualEvent.tw b/src/uncategorized/randomIndividualEvent.tw index e6e148850eb..8ec81676c4a 100644 --- a/src/uncategorized/randomIndividualEvent.tw +++ b/src/uncategorized/randomIndividualEvent.tw @@ -963,7 +963,7 @@ <<if $eventSlave.trust > 20>> <<if $eventSlave.energy > 40>> -<<if $eventSlave.preg < 300000>> +<<if $eventSlave.belly < 300000>> <<if $PC.belly < 5000 && $PC.ballsImplant < 3 && $PC.balls < 3>> <<if canSee($eventSlave)>> <<set $RESSevent.push("comfortable seat")>> -- GitLab