Skip to content

Commit

Permalink
stockingsembargo
Browse files Browse the repository at this point in the history
  • Loading branch information
NPC1314 committed Dec 29, 2024
1 parent 3736864 commit 3cdbc71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
10 changes: 0 additions & 10 deletions code/modules/cargo/packsrogue/apparel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
33 changes: 0 additions & 33 deletions code/modules/roguetown/roguecrafting/sewing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==========*/

Expand Down

0 comments on commit 3cdbc71

Please sign in to comment.