adds more dumb unathi shoes (#6025)

adds some more durable caligae as to not literally wear sandals to drop wrenches upon. adds differing tajaran and unathi sprites to fit their different feet. makes unathi feet durable.
This commit is contained in:
ParadoxSpace
2019-02-11 23:10:34 +02:00
committed by Erki
parent b2e91dd4b3
commit a8fb8606e1
8 changed files with 60 additions and 6 deletions
@@ -68,7 +68,7 @@
if(ishuman(M))
var/mob/living/carbon/human/H = M
if(H.species.siemens_coefficient<0.5 || isvaurca(H) || (H.species.flags & (NO_EMBED))) //Thick skin.
if(H.species.siemens_coefficient<0.5 || isunathi(H) || isvaurca(H) || (H.species.flags & (NO_EMBED))) //Thick skin.
return
if( H.shoes || ( H.wear_suit && (H.wear_suit.body_parts_covered & FEET) ) )