Skip to content

Commit

Permalink
price stuff you know the drill lol
Browse files Browse the repository at this point in the history
  • Loading branch information
KnigTheThrasher committed Jun 30, 2024
1 parent e181514 commit 93a8c04
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions monkestation/code/modules/store/store_items/under.dm
Original file line number Diff line number Diff line change
Expand Up @@ -635,22 +635,22 @@ GLOBAL_LIST_INIT(store_miscunders, generate_store_items(/datum/store_item/under/
/datum/store_item/under/miscellaneous/denim_skirt //BUYABLE
name = "Jean Skirt"
item_path = /obj/item/clothing/under/dress/skirt/nova/jean
item_cost = 1500
item_cost = 1000

/datum/store_item/under/miscellaneous/littleblack //BUYABLE
name = "Short Black Dress"
item_path = /obj/item/clothing/under/dress/nova/short_dress
item_cost = 1500
item_cost = 1000

/datum/store_item/under/miscellaneous/pinktutu //BUYABLE
name = "Pink Tutu"
item_path = /obj/item/clothing/under/dress/nova/pinktutu
item_cost = 1500
item_cost = 1000

/datum/store_item/under/miscellaneous/flowerdress //BUYABLE
name = "Flower Dress"
item_path = /obj/item/clothing/under/dress/nova/flower
item_cost = 1500
item_cost = 1000

/datum/store_item/under/miscellaneous/tactical_hawaiian_orange //BUYABLE
name = "Tactical Hawaiian Outfit - Orange"
Expand Down Expand Up @@ -755,12 +755,12 @@ GLOBAL_LIST_INIT(store_miscunders, generate_store_items(/datum/store_item/under/
/datum/store_item/under/formal/formaldressred //BUYABLE
name = "Formal Red Dress"
item_path = /obj/item/clothing/under/dress/nova/redformal
item_cost = 1500
item_cost = 3000

/datum/store_item/under/formal/countessdress //BUYABLE
name = "Countess Dress"
item_path = /obj/item/clothing/under/dress/nova/countess
item_cost = 1500
item_cost = 5000

/datum/store_item/under/formal/executive_suit_alt //BUYABLE
name = "Wide-collared Executive Suit"
Expand Down Expand Up @@ -805,12 +805,12 @@ GLOBAL_LIST_INIT(store_miscunders, generate_store_items(/datum/store_item/under/
/datum/store_item/under/formal/recolorable_suit/casual //BUYABLE
name = "Office Casual Suit"
item_path = /obj/item/clothing/under/suit/nova/recolorable/casual
item_cost = 1500
item_cost = 2000

/datum/store_item/under/formal/recolorable_suit/executive //BUYABLE
name = "Executive Casual Suit"
item_path = /obj/item/clothing/under/suit/nova/recolorable/executive
item_cost = 1500
item_cost = 2000

/datum/store_item/under/formal/pencil //BUYABLE
name = "Pencilskirt with Shirt"
Expand Down

0 comments on commit 93a8c04

Please sign in to comment.