blob nerf

the blob now requires 800 tiles to win, instead of 400
This commit is contained in:
evilew
2025-02-12 21:46:36 +01:00
parent b869b17eae
commit 2d876eefbb

View File

@@ -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