Secondary diona nymphs now get non-restricted/whitelisted languages on split.

This commit is contained in:
PsiOmegaDelta
2015-11-05 08:20:34 +01:00
parent 5f4af85af9
commit 73f99a4c01
3 changed files with 10 additions and 9 deletions

View File

@@ -188,8 +188,10 @@
else
return ..()
/proc/transfer_languages(var/mob/source, var/mob/target)
/proc/transfer_languages(var/mob/source, var/mob/target, var/except_flags)
for(var/datum/language/L in source.languages)
if(L.flags & except_flags)
continue
target.add_language(L.name)
#undef SCRAMBLE_CACHE_LEN