Files
GS13/code/modules/language/monkey.dm
Improvedname 0c1ddee60e SINGING
2020-03-06 20:12:43 +01:00

14 lines
303 B
Plaintext

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