mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 04:02:31 +00:00
Reverts Marish Changes (#9753)
This commit is contained in:
@@ -106,22 +106,15 @@
|
|||||||
//CHOMPAdd Start
|
//CHOMPAdd Start
|
||||||
/datum/language/marish
|
/datum/language/marish
|
||||||
name = LANGUAGE_MARISH
|
name = LANGUAGE_MARISH
|
||||||
desc = "Where shadekin have a language rooted in empathy, there are still subtle tones and gestures that are as delicate as the emotions that shadekin normally communicate with."
|
desc = "Where shadekin have a language rooted in empathy, there are still subtle tones and syllables that are as delicate as the emotions that shadekin normally communicate with."
|
||||||
|
speech_verb = "mars"
|
||||||
|
ask_verb = "mars"
|
||||||
|
exclaim_verb = "MARS"
|
||||||
key = "9"
|
key = "9"
|
||||||
signlang_verb = list("shifts their ears", "mars subtly", "swivels their ears", "twitches their nose", "leers intently", "hackles their fur")
|
|
||||||
signlang_verb_understood = list("mars")
|
|
||||||
colour = "marish"
|
colour = "marish"
|
||||||
flags = INAUDIBLE
|
syllables = list("mar", "mwrrr", "maaAr", "'aarrr", "wrurrl", "mmar")
|
||||||
ignore_adverb = TRUE
|
|
||||||
machine_understands = FALSE
|
machine_understands = FALSE
|
||||||
|
|
||||||
/datum/language/marish/scramble(var/input, var/list/known_languages)
|
|
||||||
return stars(input)
|
|
||||||
|
|
||||||
/datum/language/marish/broadcast(var/mob/living/speaker, var/message, var/speaker_mask)
|
|
||||||
log_say("(INAUDIBLE) [message]", speaker)
|
|
||||||
speaker.say_signlang(format_message(message), pick(signlang_verb), pick(signlang_verb_understood), src, 2)
|
|
||||||
|
|
||||||
/datum/language/slavic
|
/datum/language/slavic
|
||||||
name = LANGUAGE_SLAVIC
|
name = LANGUAGE_SLAVIC
|
||||||
desc = "The official language of the Independent Colonial Confederation of Gilgamesh, originally established in 2122 by the short-lived United Slavic Confederation on Earth."
|
desc = "The official language of the Independent Colonial Confederation of Gilgamesh, originally established in 2122 by the short-lived United Slavic Confederation on Earth."
|
||||||
|
|||||||
Reference in New Issue
Block a user