converts our spans (#9185)

This commit is contained in:
Kashargul
2024-10-07 20:47:23 +02:00
committed by GitHub
parent f4155aa973
commit a92a42b85b
162 changed files with 1360 additions and 1269 deletions
@@ -30,6 +30,6 @@
var/mob/living/M = A
if(istype(M) && M.maxHealth<=200)
M.dust()
visible_message("<span class='warning'>\The [src] impacts energetically with its target and shatters in a violent explosion!</span>")
visible_message(span_warning("\The [src] impacts energetically with its target and shatters in a violent explosion!"))
explosion(src.loc, 3, 4, 5, 10)
..(A)