Skip to content

Commit

Permalink
add: new dress and leather shoes in loadout (#3999)
Browse files Browse the repository at this point in the history
  • Loading branch information
NightDawnFox authored Dec 8, 2023
1 parent b5ebb2d commit 4832cc6
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 4832cc6

Please sign in to comment.