Adds Skrell Generational Ship Accent (#13534)

This commit is contained in:
RyverStyx
2022-04-19 11:30:39 +02:00
committed by GitHub
parent 868faaa7e0
commit f8545ffec1
5 changed files with 16 additions and 2 deletions
+8 -1
View File
@@ -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"
+1
View File
@@ -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
+6
View File
@@ -0,0 +1,6 @@
author: RyverStyx
delete-after: True
changes:
- rscadd: "Added genner skrell accent."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB