Update species.dm

This commit is contained in:
deathride58
2018-03-08 01:03:56 -05:00
committed by GitHub
parent 91d1aa5a74
commit 0f0ab49648
@@ -683,7 +683,8 @@ GLOBAL_LIST_EMPTY(roundstart_races)
S = GLOB.legs_list[H.dna.features["legs"]]
if("moth_wings")
S = GLOB.moth_wings_list[H.dna.features["moth_wings"]]
<<<<<<< HEAD
if("caps")
S = GLOB.caps_list[H.dna.features["caps"]]
//Mammal Bodyparts
if("mam_tail")
@@ -705,10 +706,6 @@ GLOBAL_LIST_EMPTY(roundstart_races)
if("xenotail")
S = GLOB.xeno_tail_list[H.dna.features["xenotail"]]
=======
if("caps")
S = GLOB.caps_list[H.dna.features["caps"]]
>>>>>>> 84d4b3a... Mushroom people, revived! (#35858)
if(!S || S.icon_state == "none")
continue