Skip to content

Commit

Permalink
add: new dress and leather shoes in loadout (ss220-space#3999)
Browse files Browse the repository at this point in the history
  • Loading branch information
NightDawnFox authored and Etrnlmelancholy committed Jan 3, 2024
1 parent ef1e439 commit bfb089f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/client/preference/loadout/loadout_shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
display_name = "work boots"
path = /obj/item/clothing/shoes/workboots

/datum/gear/shoes/leather
display_name = "leather shoes"
path = /obj/item/clothing/shoes/leather

/datum/gear/shoes/fancysandals
display_name = "sandals, fancy"
path = /obj/item/clothing/shoes/sandal/fancy
Expand Down
4 changes: 4 additions & 0 deletions code/modules/client/preference/loadout/loadout_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
display_name = "plaid skirt, red"
path = /obj/item/clothing/under/dress/plaid_red

/datum/gear/uniform/skirt/redeveninggown
display_name = "red evening gown"
path = /obj/item/clothing/under/redeveninggown

/datum/gear/uniform/skirt/black
display_name = "skirt, black"
path = /obj/item/clothing/under/blackskirt
Expand Down

0 comments on commit bfb089f

Please sign in to comment.