From e2fdff672f0225746d74d8143f833b40982003b2 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 23 May 2021 05:36:30 +0200 Subject: [PATCH] [MIRROR] Deletes /datum/species/proc/auto_equip() for being unimplemented and unused (#5870) * Deletes /datum/species/proc/auto_equip() for being unimplemented and unused (#59222) * Deletes /datum/species/proc/auto_equip() for being unimplemented and unused Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com> --- code/modules/mob/living/carbon/human/species.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 635b1d5ac45..bbf0d2ad0fc 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1046,10 +1046,6 @@ GLOBAL_LIST_EMPTY(roundstart_races) /datum/species/proc/spec_death(gibbed, mob/living/carbon/human/H) return -/datum/species/proc/auto_equip(mob/living/carbon/human/H) - // handles the equipping of species-specific gear - return - /datum/species/proc/can_equip(obj/item/I, slot, disable_warning, mob/living/carbon/human/H, bypass_equip_delay_self = FALSE) if(slot in no_equip) if(!I.species_exception || !is_type_in_list(src, I.species_exception))