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
+1 -1
View File
@@ -29,7 +29,7 @@
for(var/obj/item/research_sample/S in T)
S.loc = src
update_icon()
to_chat(user, "<span class='notice'>You scoop \the [S] into \the [src].</span>")
to_chat(user, span_notice("You scoop \the [S] into \the [src]."))
//Splice research sample containers into the list of valid items for these belts *without* overriding the lists entirely
/obj/item/storage/belt/explorer/New()