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
This commit is contained in:
Jonathan Rubenstein
2021-05-03 16:55:29 -04:00
committed by GitHub
parent f26765b2f8
commit d79db03bfc

View File

@@ -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()
. = ..()