mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
13 lines
269 B
Plaintext
13 lines
269 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"
|