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
@@ -26,7 +26,7 @@
qdel(G)
qdel(M)
else
to_chat(user, "<span class='danger'>They are too big for the spike, try something smaller!</span>")
to_chat(user, span_danger("They are too big for the spike, try something smaller!"))
/obj/structure/kitchenspike/proc/spike(var/mob/living/victim)
if(!istype(victim))