Makes wizard event not run when it isnt supposed to (#70178)

fix: Wizard's anonymous event won't run near the start of a round anymore.
This commit is contained in:
John Willard
2022-09-29 10:46:02 -07:00
committed by GitHub
parent 35272ecfc7
commit 1aa85b6f10
+1 -1
View File
@@ -7,7 +7,7 @@
/datum/round_event_control/wizard/identity_spoof/can_spawn_event(players_amt)
. = ..()
if(.)
if(!.)
return .
if(GLOB.current_anonymous_theme) //already anonymous, ABORT ABORT