converts our spans (#9185)

This commit is contained in:
Kashargul
2024-10-07 20:47:23 +02:00
committed by GitHub
parent f4155aa973
commit a92a42b85b
162 changed files with 1360 additions and 1269 deletions
+1 -1
View File
@@ -56,4 +56,4 @@
set desc = "Toggle item's digestability."
digestable = !digestable
if(!digestable)
to_chat(usr, "<span class='notice'>[src] is now protected from digestion.</span>")
to_chat(usr, span_notice("[src] is now protected from digestion."))