mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
blob didn't have a secret player requirement so you could have 1 player blob rounds
This commit is contained in:
@@ -10,8 +10,8 @@ var/list/blob_nodes = list()
|
||||
name = "blob"
|
||||
config_tag = "blob"
|
||||
|
||||
required_players = 30
|
||||
|
||||
required_players = 15
|
||||
required_players_secret = 25
|
||||
restricted_jobs = list("Cyborg", "AI", "Mobile MMI")
|
||||
|
||||
var/const/waittime_l = 600 //lower bound on time before intercept arrives (in tenths of seconds)
|
||||
|
||||
Reference in New Issue
Block a user