mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Merge pull request #3205 from Atermonera/Translator_Languages
Restricts animal languages
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
ask_verb = "woofs"
|
ask_verb = "woofs"
|
||||||
exclaim_verb = "howls"
|
exclaim_verb = "howls"
|
||||||
key = "n"
|
key = "n"
|
||||||
|
flags = RESTRICTED
|
||||||
machine_understands = 0
|
machine_understands = 0
|
||||||
space_chance = 100
|
space_chance = 100
|
||||||
syllables = list("bark", "woof", "bowwow", "yap", "arf")
|
syllables = list("bark", "woof", "bowwow", "yap", "arf")
|
||||||
@@ -43,6 +44,7 @@
|
|||||||
ask_verb = "mrowls"
|
ask_verb = "mrowls"
|
||||||
exclaim_verb = "yowls"
|
exclaim_verb = "yowls"
|
||||||
key = "c"
|
key = "c"
|
||||||
|
flags = RESTRICTED
|
||||||
machine_understands = 0
|
machine_understands = 0
|
||||||
space_chance = 100
|
space_chance = 100
|
||||||
syllables = list("meow", "mrowl", "purr", "meow", "meow", "meow")
|
syllables = list("meow", "mrowl", "purr", "meow", "meow", "meow")
|
||||||
@@ -54,6 +56,7 @@
|
|||||||
ask_verb = "squeaks"
|
ask_verb = "squeaks"
|
||||||
exclaim_verb = "squeaks"
|
exclaim_verb = "squeaks"
|
||||||
key = "m"
|
key = "m"
|
||||||
|
flags = RESTRICTED
|
||||||
machine_understands = 0
|
machine_understands = 0
|
||||||
space_chance = 100
|
space_chance = 100
|
||||||
syllables = list("squeak") // , "gripes", "oi", "meow")
|
syllables = list("squeak") // , "gripes", "oi", "meow")
|
||||||
@@ -65,6 +68,7 @@
|
|||||||
ask_verb = "tweets"
|
ask_verb = "tweets"
|
||||||
exclaim_verb = "squawks"
|
exclaim_verb = "squawks"
|
||||||
key = "m"
|
key = "m"
|
||||||
|
flags = RESTRICTED
|
||||||
machine_understands = 0
|
machine_understands = 0
|
||||||
space_chance = 100
|
space_chance = 100
|
||||||
syllables = list("chirp", "squawk", "tweet")
|
syllables = list("chirp", "squawk", "tweet")
|
||||||
Reference in New Issue
Block a user