mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
refactors most spans
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user