fix pill and patch activate in-hand (#28767)

This commit is contained in:
warriorstar-orion
2025-03-22 03:19:23 -04:00
committed by GitHub
parent 2429fa5674
commit 1c8dc2b5aa
3 changed files with 15 additions and 0 deletions
@@ -16,6 +16,12 @@
apply(target, user)
return ITEM_INTERACT_COMPLETE
/obj/item/reagent_containers/patch/activate_self(mob/user)
if(..())
return FINISH_ATTACK
apply(user, user)
/obj/item/reagent_containers/patch/proc/apply(mob/living/carbon/C, mob/user)
if(!istype(C))
return