refactors most spans

This commit is contained in:
Kashargul
2024-10-02 21:10:31 +02:00
parent 5417c7772c
commit a2c673ab7a
1517 changed files with 12436 additions and 12347 deletions
+3 -3
View File
@@ -43,7 +43,7 @@
..()
var/mob/living/carbon/human/H = hit_atom
if(istype(H) && H.has_eyes() && prob(85))
to_chat(H, "<span class='danger'>Some of \the [src] gets in your eyes!</span>")
to_chat(H, span_danger("Some of \the [src] gets in your eyes!"))
H.Blind(5)
H.eye_blurry += 10
spawn(1)
@@ -95,7 +95,7 @@
..()
var/mob/living/carbon/human/H = hit_atom
if(istype(H) && H.has_eyes() && prob(85))
to_chat(H, "<span class='danger'>Some of \the [src] gets in your eyes!</span>")
to_chat(H, span_danger("Some of \the [src] gets in your eyes!"))
H.Blind(10)
H.eye_blurry += 15
spawn(1)
@@ -215,4 +215,4 @@
. += "- [stored_ore[ore]] [ore]"
has_ore = 1
if(!has_ore)
. += "Nothing. You should contact a developer."
. += "Nothing. You should contact a developer."