From b97f528c3a36266812f23eae1fed3ae1fd1f97ae Mon Sep 17 00:00:00 2001 From: Poojawa Date: Thu, 26 May 2016 19:28:38 -0500 Subject: [PATCH] Language tweak Now follows what all the other races do --- .../mob/living/carbon/human/species/station/station_vr.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 04e3c7732d9..64c42bb5c0d 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -223,8 +223,9 @@ icobase = 'icons/mob/human_races/r_vulpkanin.dmi' deform = 'icons/mob/human_races/r_vulpkanin.dmi' // path = /mob/living/carbon/human/vulpkanin - default_language = "Sol Common" - language = "Canilunzt" +// default_language = "Sol Common" + secondary_langs = list("Canilunzt") + name_language = "Canilunzt" primitive_form = "Wolpin" tail = "vulptail" tail_animation = 'icons/mob/species/vulpkanin/tail.dmi' // probably need more than just one of each, but w/e