From 95b9dd61a8f4fdabe1276091559f210a5e3e2c92 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Tue, 19 Nov 2019 13:01:06 -0700 Subject: [PATCH] Update game_mode.dm --- 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 64a4a80e0a..82ac3198ea 100644 --- a/code/game/gamemodes/game_mode.dm +++ b/code/game/gamemodes/game_mode.dm @@ -362,7 +362,7 @@ curr_tickets -= ckey //don't roll them again var/missing = return_list - length(rolled) var/list/add - if((mising > 0) && allow_zero_if_insufficient) //need more.. + if((missing > 0) && allow_zero_if_insufficient) //need more.. for(var/i in 1 to missing) if(!length(insufficient)) break //still not enough