Gutter language lore changes (#3103)

Changes made by loredev request.

changes:

Gutter has been renamed to "Freespeak" via. define. Define name is unchanged.
The description of Gutter has been replaced with one supplied by Jackboot.
Replaced remaining references to gutter in the code with the define.
This commit is contained in:
Lohikar
2017-07-19 15:38:44 -05:00
committed by Erki Meinberg
parent 8202808c0a
commit 6acfb4d22a
5 changed files with 9 additions and 4 deletions

View File

@@ -57,11 +57,11 @@
// Criminal language.
/datum/language/gutter
name = LANGUAGE_GUTTER
desc = "Much like Standard, this crude pidgin tongue descended from numerous languages and serves as Tradeband for criminal elements."
desc = "A language of renegades and frontiersmen descending from various languages from Earth. This language is the only common cultural identity for humans in the frontier. Speaking this language in itself boldly declares the speaker a free spirit. Often called 'Gutter' by Alliance citizens."
speech_verb = "growls"
colour = "rough"
key = "3"
syllables = list ("slo","nik","ko","zels","het","zlo","nis","iv","da","ati","yib","ban","dup","sha","ansh","nou","nec","zby", "ci")
syllables = list("slo","nik","ko","zels","het","zlo","nis","iv","da","ati","yib","ban","dup","sha","ansh","nou","nec","zby", "ci")
// Sign language
/datum/language/sign

View File

@@ -152,7 +152,7 @@ var/list/ai_verbs_default = list(
add_language(LANGUAGE_SIIK_MAAS, 0)
add_language(LANGUAGE_SKRELLIAN, 0)
add_language("Tradeband", 1)
add_language("Gutter", 0)
add_language(LANGUAGE_GUTTER, 0)
add_language(LANGUAGE_VAURCA, 0)
add_language("Rootsong", 0)
add_language(LANGUAGE_EAL, 1)

View File

@@ -129,6 +129,7 @@
radio = card.radio
//Default languages without universal translator software
add_language(LANGUAGE_SOL_COMMON, 1)
add_language(LANGUAGE_TRADEBAND, 1)
add_language(LANGUAGE_GUTTER, 1)