From 88b4a41fe298526a211c1f0d0a1785805aeb578a Mon Sep 17 00:00:00 2001 From: MoreRobustThanYou Date: Sun, 21 Jan 2018 22:14:14 -0500 Subject: [PATCH] Reduces spaces in the Lepidopterian language. --- code/modules/language/moth.dm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 code/modules/language/moth.dm diff --git a/code/modules/language/moth.dm b/code/modules/language/moth.dm new file mode 100644 index 0000000000..0b7523c27d --- /dev/null +++ b/code/modules/language/moth.dm @@ -0,0 +1,12 @@ +/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"