From 7884ccf316a85d1eb6b8fc7aee08dc99e7258c2a Mon Sep 17 00:00:00 2001 From: WanderingFox95 <75953558+WanderingFox95@users.noreply.github.com> Date: Sat, 5 Jun 2021 14:51:59 +0200 Subject: [PATCH] Only 5 units are necessary, so why keep it at 10? I mean, this is the refining process --- code/modules/projectiles/projectile/bullets/dart_syringe.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/projectile/bullets/dart_syringe.dm b/code/modules/projectiles/projectile/bullets/dart_syringe.dm index 9743cec282..bc2a7c40fb 100644 --- a/code/modules/projectiles/projectile/bullets/dart_syringe.dm +++ b/code/modules/projectiles/projectile/bullets/dart_syringe.dm @@ -40,7 +40,7 @@ /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 name = "syringe"