Fixed the beyond repair message's formatting

This commit is contained in:
Crazylemon64
2015-09-22 19:11:07 -07:00
parent c1db00b533
commit dd6b153824
+1 -1
View File
@@ -435,7 +435,7 @@
if(istype(W, /obj/item/stack/nanopaste))
var/obj/item/stack/nanopaste/N = W
if (stat == DEAD)
user << "<span class='danger'>The [src] is beyond help, at this point.</span>"
user << "<span class='danger'>\The [src] is beyond help, at this point.</span>"
else if (getBruteLoss() || getFireLoss())
adjustBruteLoss(-15)
adjustFireLoss(-15)