mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user