Another fridge access pass (#43012)

Removes access restriction on fridges and meat fridges in areas where you
shouldn't be expected to have kitchen access. Notably, everywhere that is not
the main station kitchen. I didn't think to check this in #41923.
This commit is contained in:
skoglol
2019-03-06 06:12:34 +01:00
committed by Tad Hardesty
parent 0267bce949
commit cbecd7a93a
21 changed files with 45 additions and 42 deletions
@@ -45,6 +45,11 @@
for(var/i = 0, i < 4, i++)
new /obj/item/reagent_containers/food/snacks/meat/slab/monkey(src)
/obj/structure/closet/secure_closet/freezer/meat/open
req_access = null
locked = FALSE
/obj/structure/closet/secure_closet/freezer/fridge
name = "refrigerator"
req_access = list(ACCESS_KITCHEN)
@@ -58,6 +63,10 @@
for(var/i = 0, i < 2, i++)
new /obj/item/storage/fancy/egg_box(src)
/obj/structure/closet/secure_closet/freezer/fridge/open
req_access = null
locked = FALSE
/obj/structure/closet/secure_closet/freezer/money
name = "freezer"
desc = "This contains cold hard cash."