dropper, patch and pill fixes (#28775)

* dropper, patch and pill fixes

* shuffle this around
This commit is contained in:
warriorstar-orion
2025-03-23 09:30:55 +00:00
committed by GitHub
parent f9ade844c9
commit fc373d0fd6
7 changed files with 46 additions and 5 deletions
+4 -2
View File
@@ -17,8 +17,10 @@
new_attack_chain = TRUE
/obj/item/reagent_containers/interact_with_atom(atom/target, mob/living/user, list/modifiers)
if(isliving(target) && mob_act(target, user))
return ITEM_INTERACT_COMPLETE
if(isliving(target))
user.changeNext_move(CLICK_CD_MELEE)
if(mob_act(target, user))
return ITEM_INTERACT_COMPLETE
if(normal_act(target, user))
return ITEM_INTERACT_COMPLETE
return ..()