mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-18 03:32:56 +01:00
Splitting drakes out into their own job, which replaces the joinable version.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user