blob nerf
the blob now requires 800 tiles to win, instead of 400
This commit is contained in:
@@ -36,7 +36,7 @@ GLOBAL_LIST_EMPTY(blob_nodes)
|
||||
var/autoplace_max_time = 3600 //six minutes, as long as should be needed
|
||||
var/list/blobs_legit = list()
|
||||
var/max_count = 0 //The biggest it got before death
|
||||
var/blobwincount = 400
|
||||
var/blobwincount = 800 //GS13 - doubled the tile count from 400 to 800
|
||||
var/victory_in_progress = FALSE
|
||||
var/rerolling = FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user