mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Fixed the beyond repair message's formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user