mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
[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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user