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
No related branches found
No related tags found
1 merge request!8094gate PC birthday for testing and tinkering
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<<goto "attackOptions">> <<goto "attackOptions">>
<<elseif $PC.labor == 1>> <<elseif $PC.labor == 1>>
<<goto "SE Player Birth">> <<goto "SE Player Birth">>
<<elseif App.Events.pcBirthday.eventCanTrigger()>> <<elseif App.Events.pcBirthday.eventCanTrigger() && $tempEventToggle>>
<<goto "SE pc birthday">> <<goto "SE pc birthday">>
<<elseif ($independenceDay == 1) && (Math.trunc(($week-23)/52) == ($week-23)/52)>> <<elseif ($independenceDay == 1) && (Math.trunc(($week-23)/52) == ($week-23)/52)>>
<<goto "SE independence day">> <<goto "SE independence day">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment