Removes species default_features variable.

This commit is contained in:
Ghommie
2020-03-21 02:04:57 +01:00
parent 53f2c780b3
commit 26e2ec92ca
25 changed files with 161 additions and 201 deletions
+1 -1
View File
@@ -125,7 +125,7 @@
var/mob/living/carbon/human/H = user
var/open = FALSE
if(H.dna.features["wings"] != "None")
if("wingsopen" in H.dna.species.mutant_bodyparts)
if(H.dna.species.mutant_bodyparts["wingsopen"])
open = TRUE
H.CloseWings()
else