Bugfix (3778) Power cells in exosuits have the same amount of power as a highcap cell

Issue:  Mechs are created/spawned with a high-capaciter cell that is named "Power cell" and confuses some of the less bright roboticists and their beards.

Solution:  Shave the roboticist, and also renamed the cell that spawns to properly reflect it's higher capacity.
This commit is contained in:
Ccomp5950
2013-11-15 22:07:08 -06:00
parent 3aa7f498b3
commit 4ccf7d0a08
+1
View File
@@ -115,6 +115,7 @@
cell = C
return
cell = new(src)
cell.name = "high-capacity power cell"
cell.charge = 15000
cell.maxcharge = 15000