From d642cd13f3fcbddc662a27b09b6c24a8930d4602 Mon Sep 17 00:00:00 2001 From: leboucliervert <137400234+leboucliervert@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:43:32 +0200 Subject: [PATCH] Make Gravitational Anomalies exist above items. (#26683) * Make Gravitational Anomaly above the items. * Update layer comment - Contrabang Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: leboucliervert <137400234+leboucliervert@users.noreply.github.com> --------- Signed-off-by: leboucliervert <137400234+leboucliervert@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --- code/game/objects/effects/anomalies.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/effects/anomalies.dm b/code/game/objects/effects/anomalies.dm index 969d91208fe..ecc63e2fd6a 100644 --- a/code/game/objects/effects/anomalies.dm +++ b/code/game/objects/effects/anomalies.dm @@ -98,6 +98,7 @@ icon_state = "shield2" density = FALSE appearance_flags = PIXEL_SCALE|LONG_GLIDE + layer = OBJ_LAYER // Mobs will appear above this var/boing = FALSE var/knockdown = FALSE aSignal = /obj/item/assembly/signaler/anomaly/grav