[MIRROR] Fixes beaker splash (#12757)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-05-18 12:58:15 +02:00
committed by GitHub
co-authored by Cameron Lennox
parent 1e186846b3
commit b8ecac2d38
@@ -79,7 +79,7 @@
/obj/item/reagent_containers/glass/standard_feed_mob(mob/user, mob/target)
if(user.a_intent == I_HURT)
return 1
return FALSE
return ..()
/obj/item/reagent_containers/glass/self_feed_message(mob/user)