mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 16:33:50 +00:00
* Moths, except with less conflicts * if I remove your wings, will you die? * it would be extremely painful
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 = 90
|
|
syllables = list("bz", "ba", "mah", "fa", "ki", "nr")
|
|
default_priority = 90
|
|
|
|
icon_state = "moth"
|