fixes syringe runtimes (#29142)

This commit is contained in:
Migratingcocofruit
2025-04-28 16:14:29 +00:00
committed by GitHub
parent 30d511c5d9
commit bd1ff7e209
2 changed files with 20 additions and 11 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
/obj/item/reagent_containers/interact_with_atom(atom/target, mob/living/user, list/modifiers)
if(isliving(target))
user.changeNext_move(CLICK_CD_MELEE)
if(mob_act(target, user))
return ITEM_INTERACT_COMPLETE
mob_act(target, user)
return ITEM_INTERACT_COMPLETE
if(normal_act(target, user))
return ITEM_INTERACT_COMPLETE
return ..()