Shapeshifters can properly wear the clothing of other species.

This commit is contained in:
Mechoid
2018-02-12 14:53:41 -08:00
parent b84878a5b7
commit 95112ed97c
+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)))