Bishops now get the Martian accent. (#9360)

This commit is contained in:
Matt Atlas
2020-07-14 20:37:28 +02:00
committed by GitHub
parent 5090e5d2b4
commit 412cb2f584
2 changed files with 42 additions and 1 deletions
@@ -497,7 +497,7 @@
/mob/living/carbon/human/proc/check_tag
)
allowed_accents = list(ACCENT_CETI, ACCENT_GIBSON, ACCENT_SOL, ACCENT_COC, ACCENT_ERIDANI, ACCENT_ERIDANIDREG, ACCENT_KONYAN, ACCENT_JUPITER, ACCENT_SILVERSUN, ACCENT_LUNA, ACCENT_VENUS)
allowed_accents = list(ACCENT_CETI, ACCENT_GIBSON, ACCENT_SOL, ACCENT_MARTIAN, ACCENT_COC, ACCENT_ERIDANI, ACCENT_ERIDANIDREG, ACCENT_KONYAN, ACCENT_JUPITER, ACCENT_SILVERSUN, ACCENT_LUNA, ACCENT_VENUS)
/datum/species/machine/bishop/get_light_color(mob/living/carbon/human/H)
if (istype(H))