From 1295bf1cbc2a89909d588a2f9781710cdbae2161 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 13 Apr 2017 16:37:28 -0400 Subject: [PATCH] Fuck u shitty coder --- code/game/gamemodes/game_mode.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm index 1b3573bf154..53bd92f6c2d 100644 --- a/code/game/gamemodes/game_mode.dm +++ b/code/game/gamemodes/game_mode.dm @@ -103,7 +103,7 @@ ///Allows rounds to basically be "rerolled" should the initial premise fall through. Also known as mulligan antags. /datum/game_mode/proc/convert_roundtype() - set waitfor = FALSEs + set waitfor = FALSE var/list/living_crew = list() for(var/mob/Player in GLOB.mob_list)