mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user