mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
dropper, patch and pill fixes (#28775)
* dropper, patch and pill fixes * shuffle this around
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user