Files
KetraiandGitHub edb54f137d Cooking QOL V2 (#8644)
* cooking_qol

* fixes

* fixesconflictindiner
2022-06-05 16:16:50 -08:00

53 lines
1.6 KiB
Plaintext

/obj/structure/closet/secure_closet/freezer/kitchen
name = "kitchen cabinet"
req_access = list(access_kitchen)
door_anim_time = 0 //Unsupported
starts_with = list(
/obj/item/reagent_containers/food/condiment/carton/flour = 6,
/obj/item/reagent_containers/food/condiment/carton/sugar = 1,
/obj/item/reagent_containers/food/condiment/carton/flour/rustic = 1,
/obj/item/reagent_containers/food/condiment/carton/sugar/rustic = 1,
/obj/item/reagent_containers/food/condiment/spacespice = 2
)
/obj/structure/closet/secure_closet/freezer/kitchen/mining
req_access = list()
/obj/structure/closet/secure_closet/freezer/meat
name = "meat fridge"
icon = 'icons/obj/closets/fridge.dmi'
closet_appearance = null
door_anim_time = 0 //Unsupported
starts_with = list(
/obj/item/reagent_containers/food/snacks/meat/monkey = 10)
/obj/structure/closet/secure_closet/freezer/fridge
name = "refrigerator"
icon = 'icons/obj/closets/fridge.dmi'
closet_appearance = null
door_anim_time = 0 //Unsupported
starts_with = list(
/obj/item/reagent_containers/food/drinks/milk = 6,
/obj/item/reagent_containers/food/drinks/soymilk = 4,
/obj/item/storage/fancy/egg_box = 4,
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/glucose = 2)
/obj/structure/closet/secure_closet/freezer/money
name = "freezer"
icon = 'icons/obj/closets/fridge.dmi'
closet_appearance = null
req_access = list(access_heads_vault)
door_anim_time = 0 //Unsupported
starts_with = list(
/obj/item/spacecash/c1000 = 3,
/obj/item/spacecash/c500 = 4,
/obj/item/spacecash/c200 = 5)