Merge pull request #10908 from MarinaGryphon/spannening

Converts visible_message notice spans to look more like emotes
This commit is contained in:
Aronai Sieyes
2021-07-05 16:30:03 -04:00
committed by GitHub
135 changed files with 250 additions and 250 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
/obj/machinery/shield/proc/check_failure()
if (src.health <= 0)
visible_message("<span class='notice'>\The [src] dissipates!</span>")
visible_message("<b>\The [src]</b> dissipates!")
qdel(src)
return