mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
fix pill and patch activate in-hand (#28767)
This commit is contained in:
committed by
GitHub
parent
2429fa5674
commit
1c8dc2b5aa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user