From 8eca71d309aa4e28c92dd6eaf8251e272e68dc2d Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 11 Jun 2023 04:08:44 +0200 Subject: [PATCH] [MIRROR] Fixes xeno resin floor layer [MDB IGNORE] (#21717) * Fixes xeno resin floor layer (#75888) ## About The Pull Request Changes resin floor to MID_TURF_LAYER (turf decals are not shown! ## Why It's Good For The Game Fixes #75876 ## Changelog :cl: fix: xeno resin floor layer /:cl: * Fixes xeno resin floor layer --------- Co-authored-by: jimmyl <70376633+mc-oofert@users.noreply.github.com> --- code/game/objects/structures/aliens.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/aliens.dm b/code/game/objects/structures/aliens.dm index c87233efa8e..ef7b9fcc3e7 100644 --- a/code/game/objects/structures/aliens.dm +++ b/code/game/objects/structures/aliens.dm @@ -135,7 +135,7 @@ desc = "A thick resin surface covers the floor." anchored = TRUE density = FALSE - layer = TURF_LAYER + layer = MID_TURF_LAYER plane = FLOOR_PLANE icon = 'icons/obj/smooth_structures/alien/weeds1.dmi' icon_state = "weeds1-0"