[MIRROR] Standardized power displays (#2539)
* Standardized power displays * Update tgui.js * Delete tgui.js.rej
This commit is contained in:
committed by
Poojawa
parent
f6dfc177f5
commit
083fc1a7b4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user