[MIRROR] Fixes power cell name and makes borgs use a standard high capacity cell. (#5315)

* Fixes power cell name and makes borgs use a standard high capacity cell. (#35265)

* Fixes name for upgraded power cell

* Harmonizes battery for cyborgs

* Remove duplicate battery code

* Fixes power cell name and makes borgs use a standard high capacity cell.
This commit is contained in:
CitadelStationBot
2018-02-05 00:47:39 -06:00
committed by Poojawa
parent ca3136d056
commit b25bcbbfab
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -170,7 +170,7 @@
charge = 0
/obj/item/stock_parts/cell/upgraded
name = "high-capacity power cell"
name = "upgraded power cell"
desc = "A power cell with a slightly higher capacity than normal!"
maxcharge = 2500
materials = list(MAT_GLASS=50)