No shoes: Teshari edition (#15896)

* Ports No Shoes from RogueStar

Added the ability to choose to spawn with no shoes in character setup. This was ported from RogueStar: https://github.com/TS-Rogue-Star/Rogue-Star/pull/196

* Small fix

* No shoes: Teshari edition

Fixed teshari spawning with shoes even with the spawn with shoes setting set to no.
This commit is contained in:
SatinIsle
2024-04-02 19:03:00 +01:00
committed by GitHub
parent e51e5281f5
commit f209851566
@@ -162,7 +162,8 @@
/datum/species/teshari/equip_survival_gear(var/mob/living/carbon/human/H)
..()
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/sandal(H),slot_shoes)
if(!(H.client?.prefs?.shoe_hater))
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/sandal(H),slot_shoes)
/*
/datum/species/teshari/handle_falling(mob/living/carbon/human/H, atom/hit_atom, damage_min, damage_max, silent, planetary)