mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
syringing at plants is no longer broken
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1180 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -400,7 +400,7 @@ obj/machinery/hydroponics/attackby(var/obj/item/O as obj, var/mob/user as mob)
|
||||
else if ( istype(O, /obj/item/weapon/reagent_containers/syringe)) // Syringe stuff
|
||||
var/obj/item/weapon/reagent_containers/syringe/S = O
|
||||
if (src.planted)
|
||||
if (S.mode == "i")
|
||||
if (S.mode == 1)
|
||||
user << "\red You inject the [src.myseed.plantname] with a chemical solution."
|
||||
|
||||
// There needs to be a good amount of mutagen to actually work
|
||||
|
||||
Reference in New Issue
Block a user