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)