Splitting drakes out into their own job, which replaces the joinable version.

This commit is contained in:
MistakeNot4892
2022-11-09 23:43:54 +11:00
parent db2e4847ed
commit d2dffab508
18 changed files with 294 additions and 155 deletions
@@ -16,7 +16,7 @@
var/datum/species/S = GLOB.all_species[pref.species]
if(!istype(S))
return
if(pref.alternate_languages.len > S.num_alternate_languages)
pref.alternate_languages.len = S.num_alternate_languages // Truncate to allowed length