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
@@ -12,6 +12,12 @@
var/instant_application = FALSE
var/needs_to_apply_reagents = TRUE
/obj/item/reagent_containers/patch/interact_with_atom(atom/target, mob/living/user, list/modifiers)
if(isnull(target.reagents))
return
return ..()
/obj/item/reagent_containers/patch/mob_act(mob/target, mob/living/user)
apply(target, user)
return ITEM_INTERACT_COMPLETE