mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-05-02 21:26:46 +01:00
14 lines
299 B
Plaintext
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
|