mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 10:47:06 +01:00
small poster rewrite (#6884)
adds persistence support kinda adds /preset's of everything
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user