mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
increases delay before queen auto-nests, to give players more chance to catch an un-nested queen
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
var/spider_spawnfrequency = 1200 // 120 seconds
|
||||
var/spider_spawnfrequency_stable = 1200 // 120 seconds. Spawnfrequency is set to this on ai spiders once nest setup is complete.
|
||||
var/spider_lastspawn = 0
|
||||
var/nestfrequency = 150 // 15 seconds
|
||||
var/nestfrequency = 300 // 30 seconds
|
||||
var/lastnestsetup = 0
|
||||
var/neststep = 0
|
||||
var/hasnested = 0
|
||||
|
||||
Reference in New Issue
Block a user