mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
[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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user