Skip to content

Commit

Permalink
deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Apr 1, 2024
1 parent dc530c7 commit 4709b20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,6 @@
new /obj/item/clothing/under/color/green(src)
new /obj/item/clothing/under/color/orange(src)
new /obj/item/clothing/under/color/pink(src)
new /obj/item/clothing/under/dress/plaid_blue(src)
new /obj/item/clothing/under/dress/plaid_red(src)
new /obj/item/clothing/under/dress/plaid_purple(src)
new /obj/item/clothing/shoes/blue(src)
new /obj/item/clothing/shoes/yellow(src)
new /obj/item/clothing/shoes/green(src)
Expand Down
24 changes: 0 additions & 24 deletions code/modules/clothing/under/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -377,30 +377,6 @@
icon_state = "huresource"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS

/obj/item/clothing/under/dress/plaid_blue
name = "blue plaid skirt"
desc = "A preppy blue skirt with a white blouse."
icon_state = "plaid_blue"
item_state_slots = list(
slot_hand_str = "dress_white"
)

/obj/item/clothing/under/dress/plaid_red
name = "red plaid skirt"
desc = "A preppy red skirt with a white blouse."
icon_state = "plaid_red"
item_state_slots = list(
slot_hand_str = "dress_white"
)

/obj/item/clothing/under/dress/plaid_purple
name = "blue purple skirt"
desc = "A preppy purple skirt with a white blouse."
icon_state = "plaid_purple"
item_state_slots = list(
slot_hand_str = "dress_white"
)

/obj/item/clothing/under/dress/black_tango
name = "tango dress"
desc = "Por una cabeza..."
Expand Down

0 comments on commit 4709b20

Please sign in to comment.