Makes Gear Harness craftable. Adds Loincloth to Dorm Vend. (#5103)

* Dorm Vend Tweaks

Adds Dorm Vendor Repack to Cargo
Adds Loincloth to Vendor
Adds Gear Harness to Leather Crafting

* Fixed Sheetcrafting
This commit is contained in:
Winter Flare
2021-04-23 21:45:29 +01:00
committed by GitHub
parent d1c38f23ad
commit e4160263a6
3 changed files with 19 additions and 3 deletions
@@ -183,7 +183,10 @@ GLOBAL_LIST_INIT(leather_recipes, list ( \
new/datum/stack_recipe("leather shoes", /obj/item/clothing/shoes/laceup, 2), \
new/datum/stack_recipe("leather overcoat", /obj/item/clothing/suit/jacket/leather/overcoat, 10), \
new/datum/stack_recipe("saddle", /obj/item/saddle, 5), \
new/datum/stack_recipe("loincloth", /obj/item/clothing/under/costume/loincloth, 2) //SKYRAT EDIT ADDITION
//SKYRAT EDIT ADDITION BEGIN
new/datum/stack_recipe("gear harness", /obj/item/clothing/under/misc/gear_harness, 6), \
new/datum/stack_recipe("loincloth", /obj/item/clothing/under/costume/loincloth, 2)
//SKYRAT EDIT ADDITION END
))
/obj/item/stack/sheet/leather/get_main_recipes()
@@ -447,11 +447,23 @@
new /obj/item/grown/log(.)
//////////////////////////////////////////////////////////////////////////////
///////////////////////////// Vending Restocks ///////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//////////////////////////// Temporarily Disabled ////////////////////////////
//////////////////////////////////////////////////////////////////////////////
/*
/datum/supply_pack/vending/wardrobes/dormtime //Disabled because the dorm vendor/kinkmate is only half finished and I don't have time to fix it atm.
name = "Dorms-Time Restock"
desc = "This crate contains a refill for the Droms-Time Vendor."
cost = CARGO_CRATE_VALUE * 1.5
contains = list(/obj/item/vending_refill/kink)
crate_name = "dorms-time restock"
/datum/supply_pack/service/wrapping_paper
name = "Cargo Packaging Crate"
desc = "Want to mail your loved ones gift-wrapped chocolates, stuffed animals, or the Clown's severed head? You can do all that, with this crate full of festive (and normal) wrapping paper. Also contains a hand labeler and a destination tagger for easy shipping!"
+3 -2
View File
@@ -8,12 +8,13 @@
light_mask = "kink-light-mask"
products = list( //Relatively normal to have, I GUESS
/obj/item/clothing/under/misc/stripper/mankini = 4,
/obj/item/clothing/under/costume/maid = 8,
/obj/item/clothing/under/rank/civilian/janitor/maid = 8,
/obj/item/clothing/under/misc/gear_harness = 6,
/obj/item/clothing/under/costume/loincloth = 4,
/obj/item/clothing/under/misc/stripper = 4,
/obj/item/clothing/under/misc/stripper/green = 4,
/obj/item/clothing/under/misc/gear_harness = 4,
/obj/item/clothing/under/misc/stripper/mankini = 4,
/obj/item/clothing/under/shorts/polychromic/pantsu = 4,
/obj/item/clothing/under/misc/poly_bottomless = 4,
/obj/item/clothing/under/misc/poly_tanktop = 4,