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
+2 -2
View File
@@ -84,7 +84,7 @@
if(!istype(W, /obj/item/glass_extra/straw) && !istype(W, /obj/item/reagent_containers/rollingpaper))
return ..()
user.visible_message("<span class='warning'>[user] snorts [src] with [W]!</span>")
user.visible_message(span_warning("[user] snorts [src] with [W]!"))
playsound(loc, 'sound/effects/snort.ogg', 50, 1)
if(reagents)
@@ -93,4 +93,4 @@
if(!reagents.total_volume) /// Did we use all of it?
qdel(src)
////// End powder. /////////
////// End powder. /////////