Adds colours to languages that lack them (#395)

This commit is contained in:
CitadelStationBot
2017-04-15 13:47:39 -05:00
committed by TalkingCactus
parent 61db5a9ba5
commit f3b6d9e007
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
speech_verb = "chitters"
ask_verb = "chitters inquisitively"
exclaim_verb = "chitters loudly"
spans = list(SPAN_ROBOT)
spans = list(SPAN_ROBOT, "drone")
key = "d"
flags = NO_STUTTER
syllables = list(".", "|")
+1
View File
@@ -4,6 +4,7 @@
speech_verb = "chimpers"
ask_verb = "chimpers"
exclaim_verb = "screeches"
spans = list("monkey")
key = "1"
space_chance = 100
syllables = list("oop", "aak", "chee", "eek")
+1 -1
View File
@@ -4,7 +4,7 @@
speech_verb = "tones"
ask_verb = "tones inquisitively"
exclaim_verb = "tones loudly"
spans = list(SPAN_ROBOT)
spans = list(SPAN_ROBOT, "swarmer")
key = "s"
flags = NO_STUTTER
space_chance = 100