mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* polymorphs * Update eyes.dm * Update polysmorphs.dm * help * Update eyes.dm Co-authored-by: Theos <theubernyan@gmail.com>
12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
/datum/language/polysmorph
|
|
name = "polysmorph"
|
|
desc = "The common tongue of the polysmorphs."
|
|
speech_verb = "hisses"
|
|
ask_verb = "hisses"
|
|
exclaim_verb = "hisses"
|
|
key = "x"
|
|
syllables = list("sss","sSs","SSS")
|
|
default_priority = 50
|
|
sing_verb = "hisses musically"
|
|
icon_state = "xeno"
|