Minor span refactoring (#19177)

Minor span refactoring
This commit is contained in:
Fluffy
2024-05-19 16:37:29 +00:00
committed by GitHub
parent 6387917444
commit 3dc4cce9c2
687 changed files with 4572 additions and 4295 deletions
@@ -25,7 +25,7 @@
/obj/structure/droppod_door/attack_hand(var/mob/user)
if(deploying || deployed) return
to_chat(user, "<span class='danger'>You prime the explosive bolts. Better get clear!</span>")
to_chat(user, SPAN_DANGER("You prime the explosive bolts. Better get clear!"))
sleep(30)
deploy()
@@ -56,7 +56,7 @@
return
deployed = 1
visible_message("<span class='danger'>The explosive bolts on \the [src] detonate, throwing it open!</span>")
visible_message(SPAN_DANGER("The explosive bolts on \the [src] detonate, throwing it open!"))
playsound(src.loc, 'sound/effects/bang.ogg', 50, 1, 5)
// This is shit but it will do for the sake of testing.