[MIRROR] Makes wizard event not run when it isnt supposed to [MDB IGNORE] (#16529)

* 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.

* Makes wizard event not run when it isnt supposed to

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-09-29 14:42:57 -04:00
committed by GitHub
co-authored by John Willard
parent a7c463463a
commit cf0d003549
+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