From babc495bd1f4c5a5731ebe987032bd653bb60f77 Mon Sep 17 00:00:00 2001 From: c0 Date: Sat, 21 May 2016 06:23:58 +0300 Subject: [PATCH] Removes an unused file --- .../mob/living/carbon/human/mutantrace.dm | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 code/modules/mob/living/carbon/human/mutantrace.dm diff --git a/code/modules/mob/living/carbon/human/mutantrace.dm b/code/modules/mob/living/carbon/human/mutantrace.dm deleted file mode 100644 index 32ad63444b5..00000000000 --- a/code/modules/mob/living/carbon/human/mutantrace.dm +++ /dev/null @@ -1,22 +0,0 @@ -var/global/list/colored_mutraces = list( // these mutantraces are affected by mutant color - "lizard", - "plant", - "pod", - "slime", - "jelly", - "golem" -) - -var/global/list/mutants_with_eyes = list( // these mutantraces have eyes - "lizard", - "plant", - "pod", - "jelly", -) - -/mob/living/carbon/human/proc/check_mutrace(mutneeded = "mut1", mutneededalt = "mut2") - if(dna) - if(dna.mutantrace == mutneeded || dna.mutantrace == mutneededalt) - return 1 - - return 0 \ No newline at end of file