mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Makes Revenants marginally less shitty to play (#15536)
* Update outsider.dm * Update revenant.dm * Update revenant.dm * Create unapologeticrevenantbuffs.yml * Update revenant.dm * Update revenant.dm * Update unapologeticrevenantbuffs.yml * Delete grue_growl.ogg * reverts removal
This commit is contained in:
@@ -101,19 +101,19 @@
|
||||
/datum/language/revenant
|
||||
name = LANGUAGE_REVENANT
|
||||
desc = "The language of the forsaken bluespace inhabitants."
|
||||
speech_verb = list("gargles")
|
||||
ask_verb = list("gags")
|
||||
exclaim_verb = list("retches")
|
||||
speech_verb = list("hisses")
|
||||
ask_verb = list("whispers")
|
||||
exclaim_verb = list("wails")
|
||||
sing_verb = list("trills")
|
||||
colour = "revenant"
|
||||
key = "c"
|
||||
syllables = list("grhhg", "ghrohg", "grgugh", "grrhh", "hghh", "rghghh", "gghhh", "ggrh", "aghrh")
|
||||
flags = RESTRICTED
|
||||
partial_understanding = list(LANGUAGE_TCB = 80)
|
||||
partial_understanding = list(LANGUAGE_TCB = 100)
|
||||
always_parse_language = TRUE
|
||||
|
||||
/datum/language/revenant/hivemind
|
||||
name = LANGUAGE_REVENANT_RIFTSPEAK
|
||||
desc = "A manner of speaking that allows revenants to talk to eachother no matter the distance."
|
||||
key = "rs"
|
||||
flags = RESTRICTED | HIVEMIND
|
||||
flags = RESTRICTED | HIVEMIND
|
||||
|
||||
Reference in New Issue
Block a user