[MIRROR] Lowers chem gun capacity to 90 units (#5437)

* Lowers chem gun capacity to 90 units (#58807)

Reduces the capacity of the Reagent Dartgun from 100 to 90.

From Minor Suggestion: https://tgstation13.org/phpBB/viewtopic.php?p=598719#p598719

* Lowers chem gun capacity to 90 units

Co-authored-by: Jonathan Rubenstein <jrubcop@gmail.com>
This commit is contained in:
SkyratBot
2021-05-03 23:29:44 +02:00
committed by GitHub
parent cc4d64b812
commit 08bcdaf97b
@@ -21,7 +21,7 @@
. = ..()
chambered = new /obj/item/ammo_casing/chemgun(src)
START_PROCESSING(SSobj, src)
create_reagents(100, OPENCONTAINER)
create_reagents(90, OPENCONTAINER)
/obj/item/gun/chem/Destroy()
. = ..()