Crewmembers missing one of their foot now spawns with a cane (#20045)

* Characters missing one of their foot now spawns with cane

* unnecessary

* Update code/modules/client/preference/character.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
Henri215
2023-01-06 22:06:36 +01:00
committed by GitHub
co-authored by Ryan
parent 0dc68a332a
commit eb5498b848
@@ -1826,6 +1826,8 @@
if(!l_foot && !r_foot)
var/obj/structure/chair/wheelchair/W = new /obj/structure/chair/wheelchair(character.loc)
W.buckle_mob(character, TRUE)
else if(!l_foot || !r_foot)
character.put_in_r_hand(new /obj/item/cane)
character.underwear = underwear
character.undershirt = undershirt