mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 12:01:47 +00:00
🆑 coiax add: Drone, monkey and swarmer language now have distinctive colours when spoken. /🆑
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
/datum/language/monkey
|
|
name = "Chimpanzee"
|
|
desc = "Ook ook ook."
|
|
speech_verb = "chimpers"
|
|
ask_verb = "chimpers"
|
|
exclaim_verb = "screeches"
|
|
spans = list("monkey")
|
|
key = "1"
|
|
space_chance = 100
|
|
syllables = list("oop", "aak", "chee", "eek")
|
|
default_priority = 80
|