mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
#43012 and missing typepaths aaaa
This commit is contained in:
@@ -414,7 +414,7 @@
|
||||
pixel_x = 24;
|
||||
specialfunctions = 4
|
||||
},
|
||||
/obj/item/bedsheet/dorms,
|
||||
/obj/effect/spawner/lootdrop/bedsheet,
|
||||
/turf/open/floor/wood,
|
||||
/area/awaymission/beach)
|
||||
"bm" = (
|
||||
@@ -426,7 +426,7 @@
|
||||
pixel_x = 24;
|
||||
specialfunctions = 4
|
||||
},
|
||||
/obj/item/bedsheet/dorms,
|
||||
/obj/effect/spawner/lootdrop/bedsheet,
|
||||
/turf/open/floor/wood,
|
||||
/area/awaymission/beach)
|
||||
"bn" = (
|
||||
@@ -438,7 +438,7 @@
|
||||
pixel_x = 24;
|
||||
specialfunctions = 4
|
||||
},
|
||||
/obj/item/bedsheet/dorms,
|
||||
/obj/effect/spawner/lootdrop/bedsheet,
|
||||
/turf/open/floor/wood,
|
||||
/area/awaymission/beach)
|
||||
"bo" = (
|
||||
@@ -678,7 +678,7 @@
|
||||
pixel_x = 24;
|
||||
specialfunctions = 4
|
||||
},
|
||||
/obj/item/bedsheet/dorms,
|
||||
/obj/effect/spawner/lootdrop/bedsheet,
|
||||
/turf/open/floor/wood,
|
||||
/area/awaymission/beach)
|
||||
"bV" = (
|
||||
@@ -696,7 +696,7 @@
|
||||
pixel_x = 24;
|
||||
specialfunctions = 4
|
||||
},
|
||||
/obj/item/bedsheet/dorms,
|
||||
/obj/effect/spawner/lootdrop/bedsheet,
|
||||
/turf/open/floor/wood,
|
||||
/area/awaymission/beach)
|
||||
"bX" = (
|
||||
@@ -897,7 +897,7 @@
|
||||
/area/awaymission/beach)
|
||||
"cD" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/glass/rag{
|
||||
/obj/item/reagent_containers/rag{
|
||||
pixel_y = 7
|
||||
},
|
||||
/turf/open/floor/wood,
|
||||
|
||||
@@ -61,6 +61,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"
|
||||
|
||||
@@ -73,6 +78,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."
|
||||
|
||||
Reference in New Issue
Block a user