small poster rewrite (#6884)

adds persistence support kinda
adds /preset's of everything
This commit is contained in:
silicons
2024-11-27 08:15:13 -07:00
committed by GitHub
parent 9d6a2886a4
commit 175cce8c85
77 changed files with 823 additions and 702 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ var/global/floorIsLava = 0
// language toggles
body += "<br><br><b>Languages:</b><br>"
var/f = 1
for(var/datum/prototype/language/L as anything in tim_sort(RSlanguages.fetch_subtypes(/datum/prototype/language), /proc/cmp_name_asc))
for(var/datum/prototype/language/L as anything in tim_sort(RSlanguages.fetch_subtypes_immutable(/datum/prototype/language), /proc/cmp_name_asc))
if(!(L.language_flags & LANGUAGE_INNATE))
if(!f) body += " | "
else f = 0