diff --git a/code/game/gamemodes/wizard/wizard.dm b/code/game/gamemodes/wizard/wizard.dm index b2a6a7c008c..76af27e3fc8 100644 --- a/code/game/gamemodes/wizard/wizard.dm +++ b/code/game/gamemodes/wizard/wizard.dm @@ -183,7 +183,7 @@ /datum/game_mode/wizard/check_finished() - if(config.continous_rounds || mixed) + if(config.continous_rounds) return ..() var/wizards_alive = 0