rid of old span macros

This commit is contained in:
Kashargul
2024-10-01 23:51:48 +02:00
parent ded60639bc
commit e0d694e8ac
205 changed files with 862 additions and 868 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
else if(thing.sharp)
if(jobban_isbanned(user, JOB_GRAFFITI))
to_chat(user, SPAN_WARNING("You are banned from leaving persistent information across rounds."))
to_chat(user, span_warning("You are banned from leaving persistent information across rounds."))
return
var/_message = sanitize(tgui_input_text(usr, "Enter an additional message to engrave.", "Graffiti"), trim = TRUE)