mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
refactors most spans
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
/spell/targeted/equip_item/horsemask/cast(list/targets, mob/user = usr)
|
||||
..()
|
||||
for(var/mob/living/target in targets)
|
||||
target.visible_message( "<span class='danger'>[target]'s face lights up in fire, and after the event a horse's head takes its place!</span>", \
|
||||
"<span class='danger'>Your face burns up, and shortly after the fire you realise you have the face of a horse!</span>")
|
||||
target.visible_message( span_danger("[target]'s face lights up in fire, and after the event a horse's head takes its place!"), \
|
||||
span_danger("Your face burns up, and shortly after the fire you realise you have the face of a horse!"))
|
||||
target.flash_eyes()
|
||||
|
||||
/spell/targeted/equip_item/horsemask/summon_item(var/new_type)
|
||||
|
||||
Reference in New Issue
Block a user