mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Removes an unused file
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user