[FIX]: Allows surgery initiator items to be used while laying down, not just surgery drapes (#90622)

This commit is contained in:
ariaworld
2025-04-19 12:28:42 +02:00
committed by GitHub
parent 95651f989e
commit ae774d8dbd
2 changed files with 2 additions and 1 deletions
@@ -13,6 +13,8 @@
var/obj/item/surgery_tool = parent
surgery_tool.item_flags |= ITEM_HAS_CONTEXTUAL_SCREENTIPS
///Make sure we can use the surgery UI while laying down
surgery_tool.interaction_flags_atom |= INTERACT_ATOM_IGNORE_MOBILITY
/datum/component/surgery_initiator/Destroy(force)
last_user_ref = null
-1
View File
@@ -330,7 +330,6 @@
w_class = WEIGHT_CLASS_TINY
attack_verb_continuous = list("slaps")
attack_verb_simple = list("slap")
interaction_flags_atom = parent_type::interaction_flags_atom | INTERACT_ATOM_IGNORE_MOBILITY
drop_sound = SFX_CLOTH_DROP
pickup_sound = SFX_CLOTH_PICKUP