mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 16:14:08 +01:00
Hotfix for Blob mulligan rounds. WHOOOOOPS
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/datum/game_mode/blob/check_finished()
|
||||
if(round_converted)
|
||||
return 0
|
||||
return ..()
|
||||
if(infected_crew.len > burst)//Some blobs have yet to burst
|
||||
return 0
|
||||
if(blobwincount <= blobs.len)//Blob took over
|
||||
|
||||
Reference in New Issue
Block a user