Only 5 units are necessary, so why keep it at 10?
I mean, this is the refining process
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user