mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +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:
@@ -27,6 +27,6 @@
|
||||
if(corpse.stat != DEAD || !description_text)
|
||||
return // Why the hell you put this on them then
|
||||
if(naive_description && HAS_TRAIT(corpse_inspector, TRAIT_COMIC_SANS))
|
||||
examine_list += "<span class='notice'>[naive_description]</span>"
|
||||
examine_list += SPAN_NOTICE("[naive_description]")
|
||||
return
|
||||
examine_list += "<span class='notice'>[description_text]</span>"
|
||||
examine_list += SPAN_NOTICE("[description_text]")
|
||||
|
||||
Reference in New Issue
Block a user