diff --git a/code/modules/background/accent/human.dm b/code/modules/background/accent/human.dm index 61db2b548dd..9fca125620d 100644 --- a/code/modules/background/accent/human.dm +++ b/code/modules/background/accent/human.dm @@ -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" \ No newline at end of file diff --git a/code/modules/background/defines.dm b/code/modules/background/defines.dm index 7c911649698..3f857a31ffc 100644 --- a/code/modules/background/defines.dm +++ b/code/modules/background/defines.dm @@ -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" diff --git a/code/modules/mob/living/carbon/human/species/species.dm b/code/modules/mob/living/carbon/human/species/species.dm index c3f22a8e1a2..05fce1ef562 100644 --- a/code/modules/mob/living/carbon/human/species/species.dm +++ b/code/modules/mob/living/carbon/human/species/species.dm @@ -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 diff --git a/html/changelogs/stryker-gadpathur.yml b/html/changelogs/stryker-gadpathur.yml new file mode 100644 index 00000000000..ceabb29f056 --- /dev/null +++ b/html/changelogs/stryker-gadpathur.yml @@ -0,0 +1,4 @@ +author: The Stryker, NewOriginalSchwann +delete-after: True +changes: + - rscadd: "Adds a Gadpathur accent with description by Schwann." diff --git a/icons/accent_tags.dmi b/icons/accent_tags.dmi index f0eca9c88ce..42e5535355f 100644 Binary files a/icons/accent_tags.dmi and b/icons/accent_tags.dmi differ