mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
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:
committed by
GitHub
parent
f26765b2f8
commit
d79db03bfc
@@ -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