mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 15:48:49 +01:00
[MIRROR] Chemical splash fixes, distillery fix, and syringe gun fix. (#12457)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
8eeced12d5
commit
24cf9ddbfb
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user