Skip to content

Commit

Permalink
adds pinafore to loadout
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoTomahto committed Nov 30, 2024
1 parent a13b5d6 commit 6577cf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 5 additions & 1 deletion monkestation/code/modules/loadouts/items/under/under.dm
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ GLOBAL_LIST_INIT(loadout_miscunders, generate_loadout_items(/datum/loadout_item/
name = "Recolorable Sundress"
item_path = /obj/item/clothing/under/dress/sundress

/datum/loadout_item/under/miscellaneous/wlpinafore
name = "Recolorable Wonderland Pinafore"
item_path = /obj/item/clothing/under/dress/wlpinafore

/datum/loadout_item/under/miscellaneous/kilt
name = "Kilt"
item_path = /obj/item/clothing/under/costume/kilt
Expand Down Expand Up @@ -283,7 +287,7 @@ GLOBAL_LIST_INIT(loadout_miscunders, generate_loadout_items(/datum/loadout_item/
item_path = /obj/item/clothing/under/suit/beige

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

/datum/loadout_item/under/formal/black_suit
Expand Down
7 changes: 1 addition & 6 deletions monkestation/code/modules/store/store_items/under.dm
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ GLOBAL_LIST_INIT(store_miscunders, generate_store_items(/datum/store_item/under/
name = "Recolorable Sundress"
item_path = /obj/item/clothing/under/dress/sundress

/datum/store_item/under/miscellaneous/ballgown
name = "Recolorable Ballgown"
item_path = /obj/item/clothing/under/dress/ballgown

/datum/store_item/under/miscellaneous/wlpinafore
name = "Recolorable Wonderland Pinafore"
item_path = /obj/item/clothing/under/dress/wlpinafore
Expand Down Expand Up @@ -267,10 +263,9 @@ GLOBAL_LIST_INIT(store_miscunders, generate_store_items(/datum/store_item/under/
item_path = /obj/item/clothing/under/suit/beige

/datum/store_item/under/formal/ballgown
name = "Ball gown"
name = "Recolorable 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 6577cf5

Please sign in to comment.