Removes Ashwalker abilities to wear shoes

This commit is contained in:
Poojawa
2018-09-26 13:00:40 -05:00
committed by GitHub
parent ca7dd3b440
commit dfe56bbfc2
@@ -918,7 +918,10 @@ GLOBAL_LIST_EMPTY(roundstart_races)
if(num_legs < 2)
return FALSE
if(DIGITIGRADE in species_traits)
H.update_inv_shoes()
if(!is_species(H, /datum/species/lizard/ashwalker))
H.update_inv_shoes()
else
return FALSE
return equip_delay_self_check(I, H, bypass_equip_delay_self)
if(SLOT_BELT)
if(H.belt)