Convert most spans to defines (#31080)

* spanish?

* aaaagain

* keep maptext

* Update robot_items.dm

* Update span_defines.dm

* compiles

* Update silicon_mob.dm

* compile
This commit is contained in:
kyunkyunkyun
2025-12-13 23:55:48 +00:00
committed by GitHub
parent e5f0a6fffb
commit b0463d3c83
1624 changed files with 15737 additions and 15581 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ GLOBAL_LIST(ui_logins)
state.rank = state.id.assignment
state.access = state.id.access
else
to_chat(usr, "<span class='warning'>Access Denied</span>")
to_chat(usr, SPAN_WARNING("Access Denied"))
return
else if(login_type == LOGIN_TYPE_AI && is_ai(usr))
state.name = usr.name