Fixes monkeys eating your organs while still inside you (#80416)

Fixes #80367, #80372 (hopefully)

🆑
fix: Monkeys will no longer eat your organs while they're still inside
of you
/🆑
This commit is contained in:
Time-Green
2023-12-18 16:11:13 +01:00
committed by GitHub
parent 4f476b2674
commit 950bedecc4
@@ -118,6 +118,7 @@
item_flags |= ABSTRACT
ADD_TRAIT(src, TRAIT_NODROP, ORGAN_INSIDE_BODY_TRAIT)
interaction_flags_item &= ~INTERACT_ITEM_ATTACK_HAND_PICKUP
/*
* Remove the organ from the select mob.
@@ -208,6 +209,7 @@
item_flags &= ~ABSTRACT
REMOVE_TRAIT(src, TRAIT_NODROP, ORGAN_INSIDE_BODY_TRAIT)
interaction_flags_item |= INTERACT_ITEM_ATTACK_HAND_PICKUP
/// In space station videogame, nothing is sacred. If somehow an organ is removed unexpectedly, handle it properly
/obj/item/organ/proc/forced_removal()