Merge pull request #4810 from Mechoid/shapeshifterfix

Shapeshifters can properly wear the clothing of other species.
This commit is contained in:
Anewbe
2018-02-13 10:41:58 -06:00
committed by GitHub
+2 -2
View File
@@ -66,10 +66,10 @@
if(H.species)
if(exclusive)
if(!(H.species.get_bodytype() in species_restricted))
if(!(H.species.get_bodytype(H) in species_restricted))
wearable = 1
else
if(H.species.get_bodytype() in species_restricted)
if(H.species.get_bodytype(H) in species_restricted)
wearable = 1
if(!wearable && !(slot in list(slot_l_store, slot_r_store, slot_s_store)))