From 00a474f6fe616dd8818cd182420011e6ab7a51a5 Mon Sep 17 00:00:00 2001 From: Bjamcham <107899953+Bjamcham@users.noreply.github.com> Date: Mon, 24 Jul 2023 09:56:59 -0400 Subject: [PATCH] New sliver layer(The right branch edition) (#21744) --- code/game/objects/items/theft_items.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/theft_items.dm b/code/game/objects/items/theft_items.dm index 0dab47f923f..c83a91b061e 100644 --- a/code/game/objects/items/theft_items.dm +++ b/code/game/objects/items/theft_items.dm @@ -157,6 +157,7 @@ desc = "A tiny, highly volatile sliver of a supermatter crystal. Do not handle without protection!" icon_state = "supermatter_sliver" pulseicon = "supermatter_sliver_pulse" + layer = ABOVE_MOB_LAYER + 0.02 /obj/item/nuke_core/supermatter_sliver/process() . = ..()