13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
/datum/language/moth
|
|
name = "Lepidopterian"
|
|
desc = "The common language of moths, composed of various noises made of wing fluttering and clicks."
|
|
speech_verb = "flutters"
|
|
ask_verb = "clicks"
|
|
exclaim_verb = "buzzes"
|
|
key = "m"
|
|
space_chance = 45
|
|
syllables = list("bz", "ba", "mah", "fa", "ki", "nr")
|
|
default_priority = 90
|
|
|
|
icon_state = "moth"
|