Update game_mode.dm

This commit is contained in:
kevinz000
2019-11-19 13:01:06 -07:00
committed by GitHub
parent 4491708d0d
commit 95b9dd61a8
+1 -1
View File
@@ -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