From 63261dc415fa1e823f2cd8cbb2c96966e0474f7d Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 6 Mar 2014 22:10:07 -0500 Subject: [PATCH] Compile fix --- code/game/gamemodes/wizard/wizard.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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