mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +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:
@@ -41,7 +41,7 @@ GLOBAL_LIST_EMPTY(gear_tgui_info)
|
||||
return TRUE
|
||||
|
||||
if(gear.donator_tier && user.client.donator_level < gear.donator_tier)
|
||||
to_chat(user, "<span class='warning'>That gear is only available at a higher donation tier than you are on.</span>")
|
||||
to_chat(user, SPAN_WARNING("That gear is only available at a higher donation tier than you are on."))
|
||||
return FALSE
|
||||
|
||||
user.client.prefs.build_loadout(gear)
|
||||
|
||||
Reference in New Issue
Block a user