Files
Bubberstation/code/modules/language/monkey.dm
coiax d6c44b2832 Adds colours to languages that lack them (#26217)
🆑 coiax
add: Drone, monkey and swarmer language now have distinctive colours when
spoken.
/🆑
2017-04-15 10:40:33 -06:00

12 lines
280 B
Plaintext

/datum/language/monkey
name = "Chimpanzee"
desc = "Ook ook ook."
speech_verb = "chimpers"
ask_verb = "chimpers"
exclaim_verb = "screeches"
spans = list("monkey")
key = "1"
space_chance = 100
syllables = list("oop", "aak", "chee", "eek")
default_priority = 80