Only 5 units are necessary, so why keep it at 10?

I mean, this is the refining process
This commit is contained in:
WanderingFox95
2021-06-05 14:51:59 +02:00
committed by GitHub
parent e69729beb4
commit 7884ccf316
@@ -40,7 +40,7 @@
/obj/item/projectile/bullet/dart/catranq/Initialize() /obj/item/projectile/bullet/dart/catranq/Initialize()
. = ..() . = ..()
reagents.add_reagent(/datum/reagent/fermi/furranium, 10) // Turns out I don't even need to give this guy actual tranquilizer chems. reagents.add_reagent(/datum/reagent/fermi/furranium, 5) // Turns out I don't even need to give this guy actual tranquilizer chems.
/obj/item/projectile/bullet/dart/syringe /obj/item/projectile/bullet/dart/syringe
name = "syringe" name = "syringe"