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;
|
pixel_x = 24;
|
||||||
specialfunctions = 4
|
specialfunctions = 4
|
||||||
},
|
},
|
||||||
/obj/item/bedsheet/dorms,
|
/obj/effect/spawner/lootdrop/bedsheet,
|
||||||
/turf/open/floor/wood,
|
/turf/open/floor/wood,
|
||||||
/area/awaymission/beach)
|
/area/awaymission/beach)
|
||||||
"bm" = (
|
"bm" = (
|
||||||
@@ -426,7 +426,7 @@
|
|||||||
pixel_x = 24;
|
pixel_x = 24;
|
||||||
specialfunctions = 4
|
specialfunctions = 4
|
||||||
},
|
},
|
||||||
/obj/item/bedsheet/dorms,
|
/obj/effect/spawner/lootdrop/bedsheet,
|
||||||
/turf/open/floor/wood,
|
/turf/open/floor/wood,
|
||||||
/area/awaymission/beach)
|
/area/awaymission/beach)
|
||||||
"bn" = (
|
"bn" = (
|
||||||
@@ -438,7 +438,7 @@
|
|||||||
pixel_x = 24;
|
pixel_x = 24;
|
||||||
specialfunctions = 4
|
specialfunctions = 4
|
||||||
},
|
},
|
||||||
/obj/item/bedsheet/dorms,
|
/obj/effect/spawner/lootdrop/bedsheet,
|
||||||
/turf/open/floor/wood,
|
/turf/open/floor/wood,
|
||||||
/area/awaymission/beach)
|
/area/awaymission/beach)
|
||||||
"bo" = (
|
"bo" = (
|
||||||
@@ -678,7 +678,7 @@
|
|||||||
pixel_x = 24;
|
pixel_x = 24;
|
||||||
specialfunctions = 4
|
specialfunctions = 4
|
||||||
},
|
},
|
||||||
/obj/item/bedsheet/dorms,
|
/obj/effect/spawner/lootdrop/bedsheet,
|
||||||
/turf/open/floor/wood,
|
/turf/open/floor/wood,
|
||||||
/area/awaymission/beach)
|
/area/awaymission/beach)
|
||||||
"bV" = (
|
"bV" = (
|
||||||
@@ -696,7 +696,7 @@
|
|||||||
pixel_x = 24;
|
pixel_x = 24;
|
||||||
specialfunctions = 4
|
specialfunctions = 4
|
||||||
},
|
},
|
||||||
/obj/item/bedsheet/dorms,
|
/obj/effect/spawner/lootdrop/bedsheet,
|
||||||
/turf/open/floor/wood,
|
/turf/open/floor/wood,
|
||||||
/area/awaymission/beach)
|
/area/awaymission/beach)
|
||||||
"bX" = (
|
"bX" = (
|
||||||
@@ -897,7 +897,7 @@
|
|||||||
/area/awaymission/beach)
|
/area/awaymission/beach)
|
||||||
"cD" = (
|
"cD" = (
|
||||||
/obj/structure/table/wood,
|
/obj/structure/table/wood,
|
||||||
/obj/item/reagent_containers/glass/rag{
|
/obj/item/reagent_containers/rag{
|
||||||
pixel_y = 7
|
pixel_y = 7
|
||||||
},
|
},
|
||||||
/turf/open/floor/wood,
|
/turf/open/floor/wood,
|
||||||
|
|||||||
@@ -61,6 +61,11 @@
|
|||||||
..()
|
..()
|
||||||
for(var/i = 0, i < 4, i++)
|
for(var/i = 0, i < 4, i++)
|
||||||
new /obj/item/reagent_containers/food/snacks/meat/slab/monkey(src)
|
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
|
/obj/structure/closet/secure_closet/freezer/fridge
|
||||||
name = "refrigerator"
|
name = "refrigerator"
|
||||||
|
|
||||||
@@ -73,6 +78,10 @@
|
|||||||
for(var/i = 0, i < 2, i++)
|
for(var/i = 0, i < 2, i++)
|
||||||
new /obj/item/storage/fancy/egg_box(src)
|
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
|
/obj/structure/closet/secure_closet/freezer/money
|
||||||
name = "freezer"
|
name = "freezer"
|
||||||
desc = "This contains cold hard cash."
|
desc = "This contains cold hard cash."
|
||||||
|
|||||||
Reference in New Issue
Block a user