From c501224624f499e8a03c9299a197d675705584c9 Mon Sep 17 00:00:00 2001 From: Vile Beggar Date: Fri, 27 Sep 2024 08:39:18 +0200 Subject: [PATCH] increase cooldown length --- code/modules/cm_aliens/structures/special/egg_morpher.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cm_aliens/structures/special/egg_morpher.dm b/code/modules/cm_aliens/structures/special/egg_morpher.dm index 2dc55e461784..cef393983833 100644 --- a/code/modules/cm_aliens/structures/special/egg_morpher.dm +++ b/code/modules/cm_aliens/structures/special/egg_morpher.dm @@ -14,7 +14,7 @@ var/huggers_to_grow_max = 12 var/huggers_reserved = 0 var/datum/shape/range_bounds - var/spawn_cooldown_length = 30 SECONDS + var/spawn_cooldown_length = 120 SECONDS COOLDOWN_DECLARE(spawn_cooldown)