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
@@ -63,7 +63,7 @@
if(isnum(.)) //Numerical values of drained handle their feedback here, Alpha values handle it themselves (Research hacking)
if(.)
to_chat(H, "<span class='notice'>Gained <B>[DisplayPower(.)]</B> of energy from [A].</span>")
to_chat(H, "<span class='notice'>Gained <B>[DisplayPower(.)]</B> of power from [A].</span>")
else
to_chat(H, "<span class='danger'>\The [A] has run dry of power, you must find another source!</span>")
else