From cd1c8f00efdd930cefc568b220107595908c63c3 Mon Sep 17 00:00:00 2001 From: Mechoid Date: Mon, 11 Sep 2017 20:09:40 -0700 Subject: [PATCH] Fixes Prometheans being unable to select secondary languages. --- .../mob/living/carbon/human/species/station/prometheans.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species/station/prometheans.dm b/code/modules/mob/living/carbon/human/species/station/prometheans.dm index fa024e0b2d..2e9db75b65 100644 --- a/code/modules/mob/living/carbon/human/species/station/prometheans.dm +++ b/code/modules/mob/living/carbon/human/species/station/prometheans.dm @@ -24,6 +24,7 @@ var/datum/species/shapeshifter/promethean/prometheans appearance_flags = HAS_SKIN_COLOR | HAS_EYE_COLOR | HAS_HAIR_COLOR | RADIATION_GLOWS spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED health_hud_intensity = 2 + num_alternate_languages = 3 breath_type = null poison_type = null