mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user