mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
cleans up some span mishaps (#25106)
This commit is contained in:
@@ -979,7 +979,7 @@
|
||||
var/mob/living/carbon/human/H = M
|
||||
if(volume < 20)
|
||||
if(prob(10))
|
||||
to_chat(H, "<span class='warning>You cough up some congealed blood.</span>")
|
||||
to_chat(H, "<span class='warning'>You cough up some congealed blood.</span>")
|
||||
H.vomit(blood = TRUE, should_confuse = FALSE) //mostly visual
|
||||
else if(prob(10))
|
||||
var/overdose_message = pick("Your vision is tinted red for a moment.", "You can hear your heart beating.")
|
||||
|
||||
Reference in New Issue
Block a user