mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[FIX]: Allows surgery initiator items to be used while laying down, not just surgery drapes (#90622)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user