[MIRROR] Chemical splash fixes, distillery fix, and syringe gun fix. (#12457)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-26 18:28:43 -05:00
committed by GitHub
co-authored by Cameron Lennox
parent 8eeced12d5
commit 24cf9ddbfb
18 changed files with 144 additions and 31 deletions
@@ -19,6 +19,9 @@
/obj/item/syringe_cartridge/attackby(obj/item/I, mob/user)
if(istype(I, /obj/item/reagent_containers/syringe))
if(syringe)
to_chat(user, span_warning("[src] already has a syringe loaded!"))
return
syringe = I
to_chat(user, span_notice("You carefully insert [syringe] into [src]."))
user.remove_from_mob(syringe)