Removes Ashwalker abilities to wear shoes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user