mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
fixes some bad html (#27481)
This commit is contained in:
@@ -592,7 +592,7 @@ structure_check() searches for nearby cultist structures required for the invoca
|
||||
. = ..()
|
||||
if(IS_CULTIST(user) || user.stat == DEAD)
|
||||
. += "<b>Sacrifices unrewarded:</b><span class='cultitalic'> [length(GLOB.sacrificed) - sacrifices_used]</span>"
|
||||
. += "<b>Sacrifice cost per ressurection:</b><span class='cultitalic> [SOULS_TO_REVIVE]</span>"
|
||||
. += "<b>Sacrifice cost per ressurection:</b><span class='cultitalic'> [SOULS_TO_REVIVE]</span>"
|
||||
|
||||
/obj/effect/rune/raise_dead/proc/revive_alive(mob/living/target)
|
||||
target.visible_message("<span class='warning'>Dark magic begins to surround [target], regenerating their body.</span>")
|
||||
|
||||
@@ -365,7 +365,7 @@ GLOBAL_VAR(bomb_set)
|
||||
if(!I.use_tool(src, user, 40, 5, volume = I.tool_volume) || removal_stage != NUKE_COVER_OPEN)
|
||||
return
|
||||
visible_message("<span class='notice'>[user] cuts apart the anchoring system sealant on [src].</span>",\
|
||||
"<span class='notice'>You cut apart the anchoring system's sealant.</span></span>")
|
||||
"<span class='notice'>You cut apart the anchoring system's sealant.</span>")
|
||||
removal_stage = NUKE_SEALANT_OPEN
|
||||
update_icon(UPDATE_OVERLAYS)
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
user.drop_item()
|
||||
var/obj/item/magic_tarot_card/MTC = new /obj/item/magic_tarot_card(get_turf(src), null, tarot_type)
|
||||
user.put_in_hands(MTC)
|
||||
to_chat(user, "</span><span class='hierophant'>You put your Vision into [src], and your Vision makes a work of Art! [MTC.name]... [MTC.card_desc]</span>") //No period on purpose.
|
||||
to_chat(user, "<span class='hierophant'>You put your Vision into [src], and your Vision makes a work of Art! [MTC.name]... [MTC.card_desc]</span>") //No period on purpose.
|
||||
qdel(src)
|
||||
|
||||
/obj/item/blank_tarot_card/choose //For admins mainly, to spawn a specific tarot card. Not recommended for ruins.
|
||||
|
||||
@@ -384,7 +384,7 @@ SLIME SCANNER
|
||||
var/list/msgs = list()
|
||||
user.visible_message("<span class='warning'>[user] has analyzed the floor's components!</span>", "<span class='warning'>You try to analyze the floor's vitals!</span>")
|
||||
msgs += "<span class='notice'>Analyzing Results for The floor:\n\t Overall Status: Unknown</span>"
|
||||
msgs += "<span class='notice'>\t Damage Specifics: <font color='#FFA500'>[0]</font>/<font color='red>[0]</font></span>"
|
||||
msgs += "<span class='notice'>\t Damage Specifics: <font color='#FFA500'>[0]</font>/<font color='red'>[0]</font></span>"
|
||||
msgs += "<span class='notice'>Key: <font color='#FFA500'>Burns</font><font color ='red'>/Brute</font></span>"
|
||||
msgs += "<span class='notice'>Chassis Temperature: ???</span>"
|
||||
to_chat(user, chat_box_healthscan(msgs.Join("<br>")))
|
||||
|
||||
@@ -233,7 +233,7 @@
|
||||
for(var/mob/living/M in fragging_location)//Hit everything in the turf
|
||||
M.apply_damage(20, BRUTE)
|
||||
M.Weaken(6 SECONDS)
|
||||
to_chat(M, "<span_class='warning'>[user] teleports into you, knocking you to the floor with the bluespace wave!</span>")
|
||||
to_chat(M, "<span class='warning'>[user] teleports into you, knocking you to the floor with the bluespace wave!</span>")
|
||||
|
||||
/obj/item/paper/teleporter
|
||||
name = "Teleporter Guide"
|
||||
|
||||
Reference in New Issue
Block a user