Skip to content
Snippets Groups Projects
Commit 472a0bd3 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

gate PC birthday for testing and tinkering

See merge request !8094
parents 4aeaebe5 8961f7f1
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