From 8961f7f19ca17adbdec95f19db1355893e4c93f5 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 17 Oct 2020 14:49:25 -0400 Subject: [PATCH] gate PC birthday for testing and tinkering --- src/uncategorized/scheduledEvent.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/scheduledEvent.tw b/src/uncategorized/scheduledEvent.tw index 471523591d9..192f35cd696 100644 --- a/src/uncategorized/scheduledEvent.tw +++ b/src/uncategorized/scheduledEvent.tw @@ -87,7 +87,7 @@ <<goto "attackOptions">> <<elseif $PC.labor == 1>> <<goto "SE Player Birth">> -<<elseif App.Events.pcBirthday.eventCanTrigger()>> +<<elseif App.Events.pcBirthday.eventCanTrigger() && $tempEventToggle>> <<goto "SE pc birthday">> <<elseif ($independenceDay == 1) && (Math.trunc(($week-23)/52) == ($week-23)/52)>> <<goto "SE independence day">> -- GitLab