mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
refactors most spans
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user