mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +00:00
15 lines
351 B
Plaintext
15 lines
351 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
|
|
|
|
icon = 'icons/obj/hydroponics/harvest.dmi'
|
|
icon_state = "banana"
|