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
+2 -2
View File
@@ -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]")