mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 11:31:38 +00:00
Adds Skrell Generational Ship Accent (#13534)
This commit is contained in:
@@ -33,4 +33,11 @@
|
||||
name = ACCENT_TRAVERSE
|
||||
description = "Traverse accents are similar to those of Standard Nral'Malic accents; there are some differences on colonies in the sector, but the general trend of the accent \
|
||||
seems to remain within the low ranges, often described as high-pitched and nasal in tone."
|
||||
tag_icon = "skrell_traverse"
|
||||
tag_icon = "skrell_traverse"
|
||||
|
||||
/datum/accent/skrell/genner
|
||||
name = ACCENT_GENNER
|
||||
description = "The Generation Fleet accent is actually a catch-all term for the various accents that have developed aboard the Generation Fleets of the Jargon Federation. \
|
||||
As a result of being separated from their planet of origin for generations, these accents don't have much in common with any modern Skrell accent, and are usually \
|
||||
described as sounding 'older' by other Skrell."
|
||||
tag_icon = "skrell_genner"
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
#define ACCENT_ALIOSE "Aliose"
|
||||
#define ACCENT_AWEIJI "Aweiji"
|
||||
#define ACCENT_TRAVERSE "Traverse"
|
||||
#define ACCENT_GENNER "Generational Ship"
|
||||
|
||||
#define ACCENT_ROOTSONG "Rootsong"
|
||||
#define ACCENT_VOIDSONG "Voidsong"
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
|
||||
default_accent = ACCENT_SKRELL
|
||||
allowed_accents = list(ACCENT_SKRELL, ACCENT_HOMEWORLD, ACCENT_QERRMALIC, ACCENT_ALIOSE, ACCENT_AWEIJI, ACCENT_TRAVERSE, ACCENT_CETI, ACCENT_GIBSON, ACCENT_COC, ACCENT_ERIDANI,
|
||||
ACCENT_ERIDANIDREG, ACCENT_VENUS, ACCENT_JUPITER, ACCENT_MARTIAN, ACCENT_SILVERSUN_EXPATRIATE, ACCENT_EUROPA, ACCENT_VALKYRIE, ACCENT_MICTLAN)
|
||||
ACCENT_ERIDANIDREG, ACCENT_VENUS, ACCENT_JUPITER, ACCENT_MARTIAN, ACCENT_SILVERSUN_EXPATRIATE, ACCENT_EUROPA, ACCENT_VALKYRIE, ACCENT_MICTLAN, ACCENT_GENNER)
|
||||
|
||||
zombie_type = SPECIES_ZOMBIE_SKRELL
|
||||
bodyfall_sound = /decl/sound_category/bodyfall_skrell_sound
|
||||
|
||||
Reference in New Issue
Block a user