Adds a Gadpathurian accent. (#10017)

This commit is contained in:
TheStryker
2020-09-20 23:07:06 +08:00
committed by GitHub
parent df8e22dde6
commit 08b69b0ab0
5 changed files with 13 additions and 1 deletions

View File

@@ -151,3 +151,10 @@
The accent is higher pitched than its Dominian counterpart, and has been described as more tonal. Members of the Fisanduh Freedom Front will often go to great lengths to disguise this accent, \
though most will slip back into it when off-world."
tag_icon = "fisanduh"
/datum/accent/gadpathur
name = ACCENT_GADPATHUR
description = "The Gadpathurian accent, otherwise known as Gadpathurian Common, is an older dialect of Sol Common that is often regarded as dated-sounding by other speakers due to the \
isolation of the planet during its period of reunification. Due to the government's tight control over Gadpathur, and push for unity in the face of the Sol Alliance, Gadpathurians have \
been described as sounding relatively similar no matter which area of the planet they hail from."
tag_icon = "gadpathur"

View File

@@ -73,6 +73,7 @@
#define ACCENT_EARTH "Earther"
#define ACCENT_DEEPFRONTIER "Deep Frontier"
#define ACCENT_FISANDUH "Fisanduhian"
#define ACCENT_GADPATHUR "Gadpathurian"
#define ACCENT_REPUBICLANSIIK "Republican Siik'maas"
#define ACCENT_NAZIRASIIK "Nazira Siik'maas"

View File

@@ -236,7 +236,7 @@
var/list/allowed_religions = list(RELIGION_NONE, RELIGION_OTHER, RELIGION_CHRISTIANITY, RELIGION_ISLAM, RELIGION_JUDAISM, RELIGION_HINDU, RELIGION_BUDDHISM, RELIGION_MOROZ, RELIGION_TRINARY, RELIGION_SCARAB, RELIGION_TAOISM)
var/default_citizenship = CITIZENSHIP_BIESEL
var/list/allowed_accents = list(ACCENT_CETI, ACCENT_GIBSON, ACCENT_SOL, ACCENT_MARTIAN, ACCENT_LUNA, ACCENT_VENUS, ACCENT_VENUSJIN, ACCENT_JUPITER, ACCENT_COC, ACCENT_ELYRA, ACCENT_ERIDANI,
ACCENT_ERIDANIDREG, ACCENT_VYSOKA, ACCENT_HIMEO, ACCENT_PHONG, ACCENT_SILVERSUN, ACCENT_DOMINIA, ACCENT_KONYAN, ACCENT_EUROPA, ACCENT_EARTH, ACCENT_DEEPFRONTIER, ACCENT_FISANDUH)
ACCENT_ERIDANIDREG, ACCENT_VYSOKA, ACCENT_HIMEO, ACCENT_PHONG, ACCENT_SILVERSUN, ACCENT_DOMINIA, ACCENT_KONYAN, ACCENT_EUROPA, ACCENT_EARTH, ACCENT_DEEPFRONTIER, ACCENT_FISANDUH, ACCENT_GADPATHUR)
var/default_accent = ACCENT_CETI
var/zombie_type //What zombie species they become
var/list/character_color_presets