mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
refactors most spans
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
amt_dam_fire = 10
|
||||
|
||||
/spell/targeted/projectile/magic_missile/prox_cast(var/list/targets, atom/spell_holder)
|
||||
spell_holder.visible_message("<span class='danger'>\The [spell_holder] pops with a flash!</span>")
|
||||
spell_holder.visible_message(span_danger("\The [spell_holder] pops with a flash!"))
|
||||
for(var/mob/living/M in targets)
|
||||
apply_spell_damage(M)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user