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
+1 -1
View File
@@ -184,7 +184,7 @@
heardword = html_encode(copytext(heardword, 2))
if(copytext(heardword,-1) in punctuation)
heardword = html_encode(copytext(heardword, 1, length(heardword)))
heard = "<span class='game say'>...<i>You hear something about<i>... '[heardword]'...</span>"
heard = "<span class='game say'>...<i>You hear something about</i>... '[heardword]'...</span>"
else
heard = "<span class='game say'>...<i>You almost hear something...</i>...</span>"
else
@@ -78,7 +78,7 @@
for(var/mob/M in viewers(user, null))
if(M.client)
M.show_message(text("<span class='warning'><B>[user] attacks [src]'s stomach wall with [I]!</span>"), 2)
M.show_message(text("<span class='warning'><b>[user] attacks [src]'s stomach wall with [I]!</b></span>"), 2)
playsound(user.loc, 'sound/effects/attackblob.ogg', 50, 1)
if(prob(getBruteLoss() - 50))
@@ -209,7 +209,7 @@
recruiting = FALSE
to_chat(user, "<span class='notice'>You have recruited <b>[target]</b> as your henchman!</span>")
to_chat(target, "<span class='deadsay'><b>You have decided to enroll as a henchman for [user]. You are now part of the feared 'Greyshirts'.</b></span>")
to_chat(target, "<span class='deadsay'><b>You must follow the orders of [user], and help [user.p_them()] succeed in [user.p_their()] dastardly schemes.</span>")
to_chat(target, "<span class='deadsay'><b>You must follow the orders of [user], and help [user.p_them()] succeed in [user.p_their()] dastardly schemes.</b></span>")
to_chat(target, "<span class='deadsay'>You may not harm other Greyshirt or [user]. However, you do not need to obey other Greyshirts.</span>")
SSticker.mode.greyshirts += target.mind
target.set_species(/datum/species/human)
@@ -41,7 +41,7 @@
/mob/living/silicon/robot/proc/enter_low_power_mode()
low_power_mode = TRUE
playsound(src, "sound/mecha/lowpower.ogg", 50, FALSE, SOUND_RANGE_SET(10))
to_chat(src, "<span_class='warning'>Alert: Power cell requires immediate charging.</span>")
to_chat(src, "<span class='warning'>Alert: Power cell requires immediate charging.</span>")
handle_no_power()
/mob/living/silicon/robot/proc/handle_equipment()
@@ -407,7 +407,7 @@ While using this makes the system rely on OnFire, it still gives options for tim
text += "<b>Bear in mind, if anyone interacts with your tumor, you'll be resummoned here to carry out another fight. In such a case, you will regain your full max health.</b>"
text += "<b>Also, be wary of your fellow inhabitants, they likely won't be happy to see you! \n</b>"
text += "<span class='big bold'>Note that you are a lavaland monster, and thus not allied to the station.</span>"
text += "<span class='big bold>'You should not cooperate or act friendly with any station crew unless under extreme circumstances!</span>"
text += "<span class='big bold'>You should not cooperate or act friendly with any station crew unless under extreme circumstances!</span>"
text += "<span class='warning'>Do not attack the Mining Station or Labour Camp, unless the Shaft Miner you are actively fighting runs into the Station/Camp.</span>"
text += "<span class='warning'>After they are killed, you must withdraw. If you wish to continue attacking the Station, you MUST ahelp.</span>"
text += "<span class='warning'>If teleported to the Station by jaunter, you are allowed to attack people on Station, until you get killed.</span>"