From 7c70e322e1641c187397d212e91d2f3d9c0131ba Mon Sep 17 00:00:00 2001 From: endipe Date: Thu, 13 Jun 2024 22:40:40 +0300 Subject: [PATCH] bugfix: Dark shard cannot be eaten (#5186) * Update necropolis_chests.dm * Update necropolis_chests.dm * Update necropolis_chests.dm --- code/modules/mining/lavaland/necropolis_chests.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index e43b6702d11..a3b07034c18 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -350,6 +350,9 @@ item_flags = NO_PIXEL_RANDOM_DROP contents = newlist(/obj/item/cursed_katana) +/obj/item/organ/internal/cyberimp/arm/katana/prepare_eat() + return + /obj/item/organ/internal/cyberimp/arm/katana/attack_self(mob/living/carbon/user, modifiers) . = ..() to_chat(user, span_warning("The mass goes up your arm and inside it!"))