De-hardcodes the species preference pages, deleting the species pages and generating them in constant data on the DM side instead (#65140)

This commit is contained in:
MrMelbert
2022-02-26 19:04:34 -08:00
committed by GitHub
parent 9bc5cf4263
commit 7bb2f0b96c
39 changed files with 1303 additions and 693 deletions
+4 -1
View File
@@ -61,7 +61,10 @@ Key procs
var/datum/mind/M = owner
if(M.current)
update_atom_languages(M.current)
get_selected_language()
// If we have an owner, we'll set a default selected language
if(owner)
get_selected_language()
/datum/language_holder/Destroy()
QDEL_NULL(language_menu)