fixes some bad html (#27481)

This commit is contained in:
chuga-git
2024-11-29 10:46:51 +00:00
committed by GitHub
parent 8cc162589b
commit 32b97afbec
36 changed files with 52 additions and 52 deletions
@@ -1253,7 +1253,7 @@
if(prob(8))
to_chat(M, "<span class='danger'>ARGHHHH!</span>")
if(prob(2 * volume))
to_chat(M, "<span class='userdanger'>OH GOD OH GOD PLEASE NO!!</b></span>")
to_chat(M, "<span class='userdanger'><b>OH GOD OH GOD PLEASE NO!!</b></span>")
if(M.on_fire)
M.adjust_fire_stacks(20)
if(prob(50))
@@ -345,7 +345,7 @@
M.emote("cry")
else if(severity == 2)
if(effect <= 2)
M.visible_message("<span class='warning'>[M]</b> sways and falls over!</span>")
M.visible_message("<span class='warning'>[M] sways and falls over!</span>")
update_flags |= M.adjustToxLoss(3, FALSE)
update_flags |= M.adjustBrainLoss(3, FALSE)
M.Weaken(16 SECONDS)
@@ -245,7 +245,7 @@
reagent_state = LIQUID
color = "#8BA6E9" // rgb: 139, 166, 233
process_flags = ORGANIC | SYNTHETIC
taste_description = "<font color='lightblue'>cold</span>"
taste_description = "<span><font color='lightblue'>cold</font></span>"
/datum/reagent/consumable/frostoil/on_mob_life(mob/living/M)
switch(current_cycle)
@@ -780,7 +780,7 @@
H.vomit(20)
else if(effect <= 10)
M.visible_message(
"<span class'warning'>[M] seems to be itching themselves incessantly!</span>",
"<span class='warning'>[M] seems to be itching themselves incessantly!</span>",
"<span class='danger'>You feel bugs crawling under your skin!</span>"
)
M.emote("scream")
@@ -790,7 +790,7 @@
set_skin_color(N)
if(prob(7))
if(N.w_uniform)
M.visible_message(pick("<b>[M]</b>'s collar pops up without warning.</span>", "<b>[M]</b> flexes [M.p_their()] arms."))
M.visible_message(pick("<span><b>[M]</b>'s collar pops up without warning.</span>", "<b>[M]</b> flexes [M.p_their()] arms."))
else
M.visible_message("<b>[M]</b> flexes [M.p_their()] arms.")
if(prob(10))