cleans up some span mishaps (#25106)

This commit is contained in:
Luc
2024-04-19 14:19:51 +00:00
committed by GitHub
parent 0541588e82
commit 8500df223d
9 changed files with 11 additions and 11 deletions
@@ -99,7 +99,7 @@
var/mob/living/carbon/human/H = M
if(prob(60))
bless(H)
H.visible_message("<span class='danger>[user] heals [H == user ? "[user.p_themselves()]" : "[H]"] with the power of [deity_name]!</span>",
H.visible_message("<span class='danger'>[user] heals [H == user ? "[user.p_themselves()]" : "[H]"] with the power of [deity_name]!</span>",
"<span class='danger'>May the power of [deity_name] compel you to be healed!</span>")
playsound(loc, "punch", 25, 1, -1)
else