Skip to content

Commit

Permalink
Merge pull request TS-Rogue-Star#201 from Very-Soft/master
Browse files Browse the repository at this point in the history
Tiny liddol fimx
  • Loading branch information
Very-Soft authored Apr 1, 2024
2 parents 6ec483c + 2cbb6d7 commit 84bd72c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/datums/outfits/outfit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@ var/list/outfits_decls_by_type_
if(gloves)
H.equip_to_slot_or_del(new gloves(H),slot_gloves)
if(shoes)
if(H.client?.prefs?.shoe_hater) //RS ADD
return
H.equip_to_slot_or_del(new shoes(H),slot_shoes)
if(!(H.client?.prefs?.shoe_hater)) //RS ADD
H.equip_to_slot_or_del(new shoes(H),slot_shoes)
if(mask)
H.equip_to_slot_or_del(new mask(H),slot_wear_mask)
if(head)
Expand Down

0 comments on commit 84bd72c

Please sign in to comment.