mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
13 lines
281 B
Plaintext
13 lines
281 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"
|