Measure energy values in joules

This commit is contained in:
Tad Hardesty
2017-12-02 16:05:31 -08:00
parent 74e3d9b1c9
commit c6da68ab62
11 changed files with 32 additions and 18 deletions
+1 -1
View File
@@ -161,7 +161,7 @@
/obj/item/inducer/examine(mob/living/M)
..()
if(cell)
to_chat(M, "<span class='notice'>Its display shows: [DisplayPower(cell.charge)].</span>")
to_chat(M, "<span class='notice'>Its display shows: [DisplayEnergy(cell.charge)].</span>")
else
to_chat(M,"<span class='notice'>Its display is dark.</span>")
if(opened)