mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Merge pull request #10157 from unid15/patch-22
Fix traders becoming blobs
This commit is contained in:
@@ -14,7 +14,7 @@ var/list/blob_overminds = list()
|
|||||||
|
|
||||||
required_players = 15
|
required_players = 15
|
||||||
required_players_secret = 25
|
required_players_secret = 25
|
||||||
restricted_jobs = list("Cyborg", "AI", "Mobile MMI")
|
restricted_jobs = list("Cyborg", "AI", "Mobile MMI", "Trader")
|
||||||
|
|
||||||
var/const/waittime_l = 600 //lower bound on time before intercept arrives (in tenths of seconds)
|
var/const/waittime_l = 600 //lower bound on time before intercept arrives (in tenths of seconds)
|
||||||
var/const/waittime_h = 1800 //upper bound on time before intercept arrives (in tenths of seconds)
|
var/const/waittime_h = 1800 //upper bound on time before intercept arrives (in tenths of seconds)
|
||||||
|
|||||||
Reference in New Issue
Block a user