From b76f4b33b98cb2df04a2e18f3fecd9f93a24f2e0 Mon Sep 17 00:00:00 2001 From: 81Denton <32391752+81Denton@users.noreply.github.com> Date: Sun, 25 Oct 2020 18:15:40 +0100 Subject: [PATCH] no more floating resin (#54558) Co-authored-by: Denton --- 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 2512ea324ec..92a40fca9eb 100644 --- a/code/game/objects/structures/aliens.dm +++ b/code/game/objects/structures/aliens.dm @@ -140,7 +140,8 @@ blacklisted_turfs = typecacheof(list( /turf/open/space, /turf/open/chasm, - /turf/open/lava)) + /turf/open/lava, + /turf/open/transparent/openspace)) set_base_icon()