Skip to content

Commit

Permalink
ballsgown
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoddd committed Sep 30, 2024
1 parent a5ae8b5 commit e40f2d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions monkestation/code/modules/loadouts/items/under/under.dm
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ GLOBAL_LIST_INIT(loadout_miscunders, generate_loadout_items(/datum/loadout_item/
name = "Beige Suit"
item_path = /obj/item/clothing/under/suit/beige

/datum/loadout_item/under/formal/ballgown
name = "Ball gown"
item_path = /obj/item/clothing/under/dress/ballgown

/datum/loadout_item/under/formal/black_suit
name = "Black Suit"
item_path = /obj/item/clothing/under/suit/black
Expand Down
4 changes: 4 additions & 0 deletions monkestation/code/modules/store/store_items/under.dm
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ GLOBAL_LIST_INIT(store_miscunders, generate_store_items(/datum/store_item/under/
name = "Beige Suit"
item_path = /obj/item/clothing/under/suit/beige

/datum/store_item/under/formal/ballgown
name = "Ball gown"
item_path = /obj/item/clothing/under/dress/ballgown

/datum/store_item/under/formal/black_suit
name = "Black Suit"
item_path = /obj/item/clothing/under/suit/black
Expand Down

0 comments on commit e40f2d7

Please sign in to comment.