[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>
This commit is contained in:
SkyratBot
2021-05-23 05:36:30 +02:00
committed by GitHub
parent 39294227cd
commit e2fdff672f
@@ -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))