From d5ec13c87c2f8b79a1ba5185d3a42a57aa89f0a4 Mon Sep 17 00:00:00 2001 From: Therealdoooc213 Date: Mon, 2 Dec 2024 05:55:45 +0800 Subject: [PATCH] bruh (#11955) --- code/game/objects/structures/aliens.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/aliens.dm b/code/game/objects/structures/aliens.dm index f4124e0f31731..4f23273b3773c 100644 --- a/code/game/objects/structures/aliens.dm +++ b/code/game/objects/structures/aliens.dm @@ -154,7 +154,8 @@ blacklisted_turfs = typecacheof(list( /turf/open/space, /turf/open/chasm, - /turf/open/lava)) + /turf/open/lava, + /turf/open/openspace)) last_expand = world.time + rand(growth_cooldown_low, growth_cooldown_high)