mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[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:
co-authored by
John Willard
parent
a7c463463a
commit
cf0d003549
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user