mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
@@ -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