mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
Adds a Gadpathurian accent. (#10017)
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
4
html/changelogs/stryker-gadpathur.yml
Normal file
4
html/changelogs/stryker-gadpathur.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: The Stryker, NewOriginalSchwann
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Adds a Gadpathur accent with description by Schwann."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.6 KiB |
Reference in New Issue
Block a user