Skip to content
Snippets Groups Projects
Commit 4a0a088c authored by Andrest07's avatar Andrest07
Browse files

Dilapidated Shop should have a daily check now

parent 4fba1b6a
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<<set $outside to 0>><<set $location to "dilapidated_shop">><<effects>> <<set $outside to 0>><<set $location to "dilapidated_shop">><<effects>>
<<getadultshopstate>> <<getadultshopstate>>
<<run statusCheck("Sydney")>> <<run statusCheck("Sydney")>>
<<if ($adultshopstate is "sydney" and Time.weekDay is 6) or Time.weekDay is 7 or !Time.schoolDay>> <<if ($adultshopstate is "sydney" and Time.weekDay is 6) or (Time.weekDay is 7 or !Time.schoolDay and $adultshophelped is undefined)>>
<<if $adultshopintro isnot 1>> <<if $adultshopintro isnot 1>>
<<set $adultshopintro to 1>> <<set $adultshopintro to 1>>
<<unset $adultshopintrosirris>> <<unset $adultshopintrosirris>>
......
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