Makes blob slightly more finite (#17866)

This commit is contained in:
Joan Lung
2016-05-22 21:55:31 -04:00
committed by KorPhaeron
parent 93713a80a2
commit 0ea41bb5ef

View File

@@ -1,8 +1,8 @@
/datum/game_mode/blob/check_finished()
if(overminds.len)
return 0
if(blobwincount <= blobs_legit.len)//Blob took over
return 1
if(overminds.len)
return 0
if(!blob_cores.len) //blob is dead
if(config.continuous["blob"])
continuous_sanity_checked = 1 //Nonstandard definition of "alive" gets past the check otherwise