Fixes inconsistencies w/ energy descriptions

This commit is contained in:
ShizCalev
2017-11-16 19:42:01 -05:00
committed by CitadelStationBot
parent c4eb49994f
commit c2000cc31a
5 changed files with 364 additions and 10 deletions
+1 -1
View File
@@ -375,7 +375,7 @@
pocell.maxcharge *= CG.rate*1000
pocell.charge = pocell.maxcharge
pocell.name = "[G.name] battery"
pocell.desc = "A rechargeable plant based power cell. This one has a power rating of [pocell.maxcharge], and you should not swallow it."
pocell.desc = "A rechargeable plant based power cell. This one has a power rating of [DisplayPower(pocell.maxcharge)], and you should not swallow it."
if(G.reagents.has_reagent("plasma", 2))
pocell.rigged = 1