diff --git a/code/modules/cargo/packsrogue/apparel.dm b/code/modules/cargo/packsrogue/apparel.dm index 2ab6ee508e..19bfa8fd9d 100644 --- a/code/modules/cargo/packsrogue/apparel.dm +++ b/code/modules/cargo/packsrogue/apparel.dm @@ -113,16 +113,6 @@ cost = 60 contains = /obj/item/clothing/suit/roguetown/armor/leather/jacket/silk_coat -/datum/supply_pack/rogue/apparel/stockings - name = "Stockings" - cost = 10 - contains = /obj/item/clothing/under/roguetown/tights/stockings/random - -/datum/supply_pack/rogue/apparel/stockings_silk - name = "Silk Stockings" - cost = 20 - contains = /obj/item/clothing/under/roguetown/tights/stockings/silk/random - /datum/supply_pack/rogue/apparel/undershirt_random name = "Undershirt" cost = 4 diff --git a/code/modules/roguetown/roguecrafting/sewing.dm b/code/modules/roguetown/roguecrafting/sewing.dm index 587d3b1c56..6707c87ea5 100644 --- a/code/modules/roguetown/roguecrafting/sewing.dm +++ b/code/modules/roguetown/roguecrafting/sewing.dm @@ -223,40 +223,7 @@ /obj/item/natural/fibers = 1) craftdiff = 2 -/datum/crafting_recipe/roguetown/sewing/stockings_white - name = "white stockings" - result = list(/obj/item/clothing/under/roguetown/tights/stockings/white) - reqs = list(/obj/item/natural/cloth = 1, - /obj/item/natural/fibers = 1) - craftdiff = 2 - -/datum/crafting_recipe/roguetown/sewing/stockings_black - name = "black stockings" - result = list(/obj/item/clothing/under/roguetown/tights/stockings/black) - reqs = list(/obj/item/natural/cloth = 1, - /obj/item/natural/fibers = 1) - craftdiff = 2 - -/datum/crafting_recipe/roguetown/sewing/stockings_blue - name = "blue stockings" - result = list(/obj/item/clothing/under/roguetown/tights/stockings/blue) - reqs = list(/obj/item/natural/cloth = 1, - /obj/item/natural/fibers = 1) - craftdiff = 2 -/datum/crafting_recipe/roguetown/sewing/stockings_red - name = "red stockings" - result = list(/obj/item/clothing/under/roguetown/tights/stockings/red) - reqs = list(/obj/item/natural/cloth = 1, - /obj/item/natural/fibers = 1) - craftdiff = 2 - -/datum/crafting_recipe/roguetown/sewing/stockings_green - name = "green stockings" - result = list(/obj/item/clothing/under/roguetown/tights/stockings/green) - reqs = list(/obj/item/natural/cloth = 1, - /obj/item/natural/fibers = 1) - craftdiff = 2 /*========= SKILL LEVEL: 3 REQUIRED ==========*/