mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-20 11:32:51 +01:00
Shapeshifters can properly wear the clothing of other species.
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user