mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Merge pull request #52246 from Wayland-Smithy/no_time_for_random_events
Prevents random events triggering after emergency shuttle departure
This commit is contained in:
@@ -51,6 +51,8 @@
|
||||
return FALSE
|
||||
if(holidayID && (!SSevents.holidays || !SSevents.holidays[holidayID]))
|
||||
return FALSE
|
||||
if(EMERGENCY_ESCAPED_OR_ENDGAMED)
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
/datum/round_event_control/proc/preRunEvent()
|
||||
|
||||
Reference in New Issue
Block a user