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)