Standardized power displays

This commit is contained in:
shizcalev
2017-08-28 14:22:05 -04:00
parent 964d481210
commit 2427f217f7
20 changed files with 70 additions and 63 deletions
+1 -1
View File
@@ -157,7 +157,7 @@
/obj/item/inducer/examine(mob/living/M)
..()
if(cell)
to_chat(M, "<span class='notice'>It's display shows: [cell.charge]W</span>")
to_chat(M, "<span class='notice'>It's display shows: [DisplayPower(cell.charge)]</span>")
else
to_chat(M,"<span class='notice'>It's display is dark.</span>")
if(opened)