diff --git a/code/modules/language/moth.dm b/code/modules/language/moth.dm index 0b7523c27d4..e69de29bb2d 100644 --- a/code/modules/language/moth.dm +++ b/code/modules/language/moth.dm @@ -1,12 +0,0 @@ -/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" diff --git a/code/modules/mob/living/carbon/human/species_types/mothmen.dm b/code/modules/mob/living/carbon/human/species_types/mothmen.dm index 3134dbf9bfe..6d28c1d25fc 100644 --- a/code/modules/mob/living/carbon/human/species_types/mothmen.dm +++ b/code/modules/mob/living/carbon/human/species_types/mothmen.dm @@ -21,11 +21,6 @@ if(!H.dna.features["moth_wings"]) H.dna.features["moth_wings"] = "[(H.client && H.client.prefs && LAZYLEN(H.client.prefs.features) && H.client.prefs.features["moth_wings"]) ? H.client.prefs.features["moth_wings"] : "Plain"]" handle_mutant_bodyparts(H) - C.grant_language(/datum/language/moth) - -/datum/species/moth/on_species_loss(mob/living/carbon/C) - . = ..() - C.remove_language(/datum/language/moth) /datum/species/moth/random_name(gender,unique,lastname) if(unique) diff --git a/code/modules/surgery/organs/tongue.dm b/code/modules/surgery/organs/tongue.dm index 0a8dab17257..09926a3fdcc 100644 --- a/code/modules/surgery/organs/tongue.dm +++ b/code/modules/surgery/organs/tongue.dm @@ -17,7 +17,6 @@ /datum/language/beachbum, /datum/language/ratvar, /datum/language/aphasia, - /datum/language/moth )) /obj/item/organ/tongue/Initialize(mapload) diff --git a/tgstation.dme b/tgstation.dme index 7463504c81d..73c3a54f7a6 100755 --- a/tgstation.dme +++ b/tgstation.dme @@ -1604,7 +1604,6 @@ #include "code\modules\language\language_menu.dm" #include "code\modules\language\machine.dm" #include "code\modules\language\monkey.dm" -#include "code\modules\language\moth.dm" #include "code\modules\language\narsian.dm" #include "code\modules\language\ratvarian.dm" #include "code\modules\language\slime.dm"