Merge pull request #9458 from Ghommie/Ghommie-cit228

Nerfs cyborg disabler to hold 25 shots rather than 43, just like a normal disabler.
This commit is contained in:
kevinz000
2019-10-11 12:04:49 -07:00
committed by GitHub
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -191,7 +191,7 @@
/obj/item/stock_parts/cell/secborg
name = "security borg rechargeable D battery"
maxcharge = 1750 //35/17/8 disabler/laser/taser shots.
maxcharge = 1250 //25/12/6 disabler/laser/taser shots.
materials = list(MAT_GLASS=40)
/obj/item/stock_parts/cell/secborg/empty/Initialize()