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
@@ -100,7 +100,7 @@
..()
if(istype(H))
color = H.hair_color
H.dna.species.mutant_bodyparts |= "ears"
H.dna.species.mutant_bodyparts["ears"] = "Cat"
H.dna.features["ears"] = "Cat"
H.update_body()