Skip to content

Commit

Permalink
bugfix: Dark shard cannot be eaten (ss220-space#5186)
Browse files Browse the repository at this point in the history
* Update necropolis_chests.dm

* Update necropolis_chests.dm

* Update necropolis_chests.dm
  • Loading branch information
endipe authored Jun 13, 2024
1 parent 44ee94f commit 7c70e32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mining/lavaland/necropolis_chests.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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!"))
Expand Down

0 comments on commit 7c70e32

Please sign in to comment.