mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
cleans up some span mishaps (#25106)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user