Skip to content
Snippets Groups Projects
Commit 8961f7f1 authored by Pregmodder's avatar Pregmodder
Browse files

gate PC birthday for testing and tinkering

parent 6e27ca40
Branches
Tags
1 merge request!8094gate PC birthday for testing and tinkering
......@@ -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">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment