Files
S.P.L.U.R.T-Station-13/code/modules/language/monkey.dm
Timothy Teakettle 9fb18f8b9f language tab
2020-10-06 22:34:17 +01:00

14 lines
299 B
Plaintext

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