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
@@ -314,9 +314,9 @@ GLOBAL_LIST_EMPTY(all_cataloguers)
if(points_stored)
ID.survey_points += points_stored
points_stored = 0
to_chat(user, "<span class='notice'>You swipe the id over \the [src].</span>")
to_chat(user, span_notice("You swipe the id over \the [src]."))
else
to_chat(user, "<span class='notice'>\The [src] has no points available.</span>")
to_chat(user, span_notice("\The [src] has no points available."))
busy = FALSE
return ..()