From dfe56bbfc22d91b7aee913939ac50d3df1f9fbb7 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Wed, 26 Sep 2018 13:00:40 -0500 Subject: [PATCH] Removes Ashwalker abilities to wear shoes --- code/modules/mob/living/carbon/human/species.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 4c332f5050..d1450cad15 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -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)