mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Makes food not a subtype of reagent holders (#23379)
* I am suffering * Alright this should be all now * Fixes CI * I hate the online merge resolver. * This got lost in the merge master * Updatepaths fixed + new added * Contra review * Fixes desserts * Oops * This should fix it * Maybe? * Attempt 3 * Missed conflict * Update code/modules/reagents/chemistry/machinery/reagentgrinder.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/food_and_drinks/food/foods/pizza.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Fixes grinders * Adds comment * Warrior review * Warrior + Sirryan review * Update code/modules/food_and_drinks/food_base.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
+154
-171
@@ -1738,11 +1738,11 @@
|
||||
/area/station/hallway/secondary/entry)
|
||||
"anA" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab{
|
||||
/obj/item/food/snacks/meat/slab{
|
||||
pixel_x = 6;
|
||||
pixel_y = 11
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab,
|
||||
/obj/item/food/snacks/meat/slab,
|
||||
/obj/effect/turf_decal/delivery,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/station/maintenance/fore2)
|
||||
@@ -1929,8 +1929,8 @@
|
||||
/area/station/hallway/secondary/entry)
|
||||
"aoa" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = -4;
|
||||
pixel_y = 2
|
||||
},
|
||||
@@ -3854,7 +3854,7 @@
|
||||
/area/station/maintenance/fore)
|
||||
"att" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/turf/simulated/floor/wood{
|
||||
icon_state = "wood-broken"
|
||||
},
|
||||
@@ -6686,7 +6686,7 @@
|
||||
/area/station/maintenance/fore)
|
||||
"aAk" = (
|
||||
/obj/structure/rack,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey,
|
||||
/obj/effect/spawner/lootdrop/maintenance,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fore)
|
||||
@@ -7950,9 +7950,9 @@
|
||||
/obj/structure/table,
|
||||
/obj/item/seeds/poppy/lily,
|
||||
/obj/item/seeds/poppy/geranium,
|
||||
/obj/item/reagent_containers/food/snacks/grown/wheat,
|
||||
/obj/item/food/snacks/grown/wheat,
|
||||
/obj/item/grown/corncob,
|
||||
/obj/item/reagent_containers/food/snacks/grown/apple,
|
||||
/obj/item/food/snacks/grown/apple,
|
||||
/obj/effect/turf_decal/delivery/hollow,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/station/maintenance/abandoned_garden)
|
||||
@@ -7974,9 +7974,9 @@
|
||||
/obj/structure/table,
|
||||
/obj/item/stack/packageWrap,
|
||||
/obj/item/hand_labeler,
|
||||
/obj/item/reagent_containers/food/snacks/grown/tea,
|
||||
/obj/item/reagent_containers/food/snacks/grown/grapes,
|
||||
/obj/item/reagent_containers/food/snacks/grown/cherries,
|
||||
/obj/item/food/snacks/grown/tea,
|
||||
/obj/item/food/snacks/grown/grapes,
|
||||
/obj/item/food/snacks/grown/cherries,
|
||||
/obj/effect/turf_decal/delivery/hollow,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/station/maintenance/abandoned_garden)
|
||||
@@ -9238,7 +9238,7 @@
|
||||
},
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/book/manual/barman_recipes,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/obj/item/reagent_containers/glass/rag,
|
||||
/obj/machinery/requests_console{
|
||||
department = "Bar";
|
||||
@@ -12648,6 +12648,10 @@
|
||||
/obj/item/storage/fancy/crayons,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/station/public/storage/art)
|
||||
"aPT" = (
|
||||
/obj/effect/landmark/damageturf,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/space/nearstation)
|
||||
"aPU" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/instrument/guitar,
|
||||
@@ -12691,11 +12695,11 @@
|
||||
/area/station/service/bar)
|
||||
"aQc" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -7;
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/peppermill,
|
||||
/obj/item/reagent_containers/condiment/peppermill,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -12704,7 +12708,7 @@
|
||||
/area/station/service/bar)
|
||||
"aQd" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "bar"
|
||||
},
|
||||
@@ -13274,6 +13278,15 @@
|
||||
icon_state = "bar"
|
||||
},
|
||||
/area/station/service/bar)
|
||||
"aRu" = (
|
||||
/obj/structure/closet/crate,
|
||||
/obj/effect/spawner/lootdrop/maintenance/eight,
|
||||
/obj/effect/landmark/damageturf,
|
||||
/turf/simulated/floor/plasteel/airless{
|
||||
dir = 10;
|
||||
icon_state = "darkblue"
|
||||
},
|
||||
/area/space/nearstation)
|
||||
"aRv" = (
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
|
||||
dir = 8
|
||||
@@ -13335,7 +13348,7 @@
|
||||
/area/station/service/bar)
|
||||
"aRC" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/cheesiehonkers,
|
||||
/obj/item/food/snacks/cheesiehonkers,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "bar"
|
||||
},
|
||||
@@ -15352,14 +15365,14 @@
|
||||
/area/station/supply/miningdock)
|
||||
"aWg" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/chips,
|
||||
/obj/item/food/snacks/chips,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "bar"
|
||||
},
|
||||
/area/station/service/bar)
|
||||
"aWh" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/cans/dr_gibb,
|
||||
/obj/item/reagent_containers/drinks/cans/dr_gibb,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -15368,7 +15381,7 @@
|
||||
/area/station/service/bar)
|
||||
"aWi" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/britcup,
|
||||
/obj/item/reagent_containers/drinks/britcup,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "bar"
|
||||
},
|
||||
@@ -19918,7 +19931,7 @@
|
||||
/area/station/service/kitchen)
|
||||
"bhN" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/condiment/flour,
|
||||
/obj/item/reagent_containers/condiment/flour,
|
||||
/obj/effect/turf_decal/delivery/hollow,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "white"
|
||||
@@ -19951,7 +19964,7 @@
|
||||
/area/station/hallway/primary/fore)
|
||||
"bhQ" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/snacks/dough,
|
||||
/obj/item/food/snacks/dough,
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on,
|
||||
/obj/effect/turf_decal/delivery/hollow,
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -21391,8 +21404,8 @@
|
||||
/area/station/service/kitchen)
|
||||
"blk" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/snacks/mint,
|
||||
/obj/item/reagent_containers/food/condiment/enzyme,
|
||||
/obj/item/food/snacks/mint,
|
||||
/obj/item/reagent_containers/condiment/enzyme,
|
||||
/obj/machinery/reagentgrinder,
|
||||
/obj/effect/turf_decal/delivery/hollow,
|
||||
/turf/simulated/floor/plasteel,
|
||||
@@ -22250,8 +22263,8 @@
|
||||
/area/station/hallway/primary/fore)
|
||||
"bne" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill,
|
||||
/obj/item/reagent_containers/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/condiment/peppermill,
|
||||
/obj/item/kitchen/knife,
|
||||
/obj/effect/turf_decal/delivery,
|
||||
/turf/simulated/floor/plasteel,
|
||||
@@ -24873,6 +24886,10 @@
|
||||
/obj/effect/spawner/window/reinforced,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/hallway/primary/central)
|
||||
"btJ" = (
|
||||
/obj/structure/grille,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/space/nearstation)
|
||||
"btL" = (
|
||||
/turf/simulated/wall/r_wall,
|
||||
/area/station/command/vault)
|
||||
@@ -25756,10 +25773,10 @@
|
||||
/obj/item/seeds/wheat,
|
||||
/obj/item/seeds/potato,
|
||||
/obj/item/seeds/pumpkin,
|
||||
/obj/item/reagent_containers/food/snacks/grown/wheat,
|
||||
/obj/item/reagent_containers/food/snacks/grown/watermelon,
|
||||
/obj/item/reagent_containers/food/snacks/grown/grapes,
|
||||
/obj/item/reagent_containers/food/snacks/grown/tomato,
|
||||
/obj/item/food/snacks/grown/wheat,
|
||||
/obj/item/food/snacks/grown/watermelon,
|
||||
/obj/item/food/snacks/grown/grapes,
|
||||
/obj/item/food/snacks/grown/tomato,
|
||||
/obj/effect/turf_decal/delivery/hollow,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/station/service/hydroponics)
|
||||
@@ -26971,7 +26988,7 @@
|
||||
dir = 9
|
||||
},
|
||||
/obj/structure/displaycase{
|
||||
start_showpiece_type = /obj/item/reagent_containers/food/snacks/donut/sprinkles
|
||||
start_showpiece_type = /obj/item/food/snacks/donut/sprinkles
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "dark"
|
||||
@@ -30056,7 +30073,7 @@
|
||||
/area/station/engineering/break_room)
|
||||
"bGD" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/drinks/cans/starkist,
|
||||
/obj/item/reagent_containers/drinks/cans/starkist,
|
||||
/obj/effect/turf_decal/delivery/hollow,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "neutralfull"
|
||||
@@ -33688,7 +33705,7 @@
|
||||
"bPp" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/flashlight/lamp,
|
||||
/obj/item/reagent_containers/food/drinks/flask/detflask,
|
||||
/obj/item/reagent_containers/drinks/flask/detflask,
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/station/security/detective)
|
||||
"bPq" = (
|
||||
@@ -38599,8 +38616,8 @@
|
||||
/area/station/command/office/ntrep)
|
||||
"cca" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/command/office/ntrep)
|
||||
"ccb" = (
|
||||
@@ -39295,7 +39312,7 @@
|
||||
/area/station/command/office/ntrep)
|
||||
"cdN" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass,
|
||||
/obj/item/storage/fancy/donut_box,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/command/office/ntrep)
|
||||
@@ -39339,7 +39356,7 @@
|
||||
/area/station/command/office/blueshield)
|
||||
"cdT" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/flask/gold,
|
||||
/obj/item/reagent_containers/drinks/flask/gold,
|
||||
/obj/item/razor,
|
||||
/turf/simulated/floor/carpet/black,
|
||||
/area/station/command/office/captain/bedroom)
|
||||
@@ -40498,9 +40515,9 @@
|
||||
/area/station/command/office/blueshield)
|
||||
"chs" = (
|
||||
/obj/structure/closet/cabinet,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/command/office/blueshield)
|
||||
"cht" = (
|
||||
@@ -43003,7 +43020,6 @@
|
||||
dir = 5
|
||||
},
|
||||
/obj/structure/table/glass,
|
||||
/obj/item/reagent_containers/food/drinks/mug,
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 4;
|
||||
icon_state = "whitebluecorner"
|
||||
@@ -47579,7 +47595,7 @@
|
||||
/area/station/science/robotics/showroom)
|
||||
"czO" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey,
|
||||
/obj/structure/cable{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
@@ -52287,23 +52303,6 @@
|
||||
icon_state = "whiteblue"
|
||||
},
|
||||
/area/station/medical/paramedic)
|
||||
"cOe" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 8;
|
||||
icon_state = "darkblue"
|
||||
},
|
||||
/area/station/medical/storage/secondary)
|
||||
"cOg" = (
|
||||
/obj/effect/spawner/window/reinforced,
|
||||
/turf/simulated/floor/plating,
|
||||
@@ -52329,7 +52328,7 @@
|
||||
"cOp" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/flashlight/lamp/bananalamp,
|
||||
/obj/item/reagent_containers/food/snacks/pie,
|
||||
/obj/item/food/snacks/pie,
|
||||
/obj/machinery/power/apc{
|
||||
dir = 8;
|
||||
name = "west bump";
|
||||
@@ -64367,11 +64366,6 @@
|
||||
name = "east bump";
|
||||
pixel_x = 28
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola{
|
||||
pixel_y = 7;
|
||||
pixel_x = -7
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "redyellowfull"
|
||||
},
|
||||
@@ -64861,7 +64855,7 @@
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/stack/packageWrap,
|
||||
/obj/item/hand_labeler,
|
||||
/obj/item/reagent_containers/food/drinks/coffee,
|
||||
/obj/item/reagent_containers/drinks/coffee,
|
||||
/obj/effect/decal/cleanable/cobweb,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/apmaint)
|
||||
@@ -65065,7 +65059,7 @@
|
||||
/obj/item/clothing/gloves/color/black,
|
||||
/obj/item/clothing/suit/storage/hazardvest,
|
||||
/obj/item/clothing/mask/breath,
|
||||
/obj/item/reagent_containers/food/drinks/coffee,
|
||||
/obj/item/reagent_containers/drinks/coffee,
|
||||
/obj/machinery/newscaster{
|
||||
dir = 8;
|
||||
name = "east bump";
|
||||
@@ -65587,7 +65581,7 @@
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/storage/toolbox/emergency,
|
||||
/obj/item/wrench,
|
||||
/obj/item/reagent_containers/food/drinks/coffee,
|
||||
/obj/item/reagent_containers/drinks/coffee,
|
||||
/turf/simulated/floor/plasteel/dark,
|
||||
/area/station/maintenance/apmaint)
|
||||
"dTg" = (
|
||||
@@ -65856,7 +65850,7 @@
|
||||
/area/station/service/chapel/office)
|
||||
"dUf" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/holywater,
|
||||
/obj/item/reagent_containers/drinks/bottle/holywater,
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/station/service/chapel/office)
|
||||
"dUg" = (
|
||||
@@ -66081,8 +66075,8 @@
|
||||
/area/station/service/chapel/office)
|
||||
"dUK" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/grown/poppy/geranium,
|
||||
/obj/item/reagent_containers/food/snacks/grown/poppy/lily{
|
||||
/obj/item/food/snacks/grown/poppy/geranium,
|
||||
/obj/item/food/snacks/grown/poppy/lily{
|
||||
pixel_x = 4;
|
||||
pixel_y = 5
|
||||
},
|
||||
@@ -68534,11 +68528,6 @@
|
||||
/area/station/science/robotics/showroom)
|
||||
"eNp" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/mug/med,
|
||||
/obj/item/reagent_containers/food/drinks/coffee{
|
||||
pixel_x = 8;
|
||||
pixel_y = 10
|
||||
},
|
||||
/obj/machinery/alarm{
|
||||
name = "north bump";
|
||||
pixel_y = 24
|
||||
@@ -68590,7 +68579,6 @@
|
||||
pixel_y = 1;
|
||||
pixel_x = 4
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/coffee,
|
||||
/obj/item/reagent_containers/glass/bottle/morphine{
|
||||
pixel_y = 7;
|
||||
pixel_x = -5
|
||||
@@ -69280,7 +69268,7 @@
|
||||
"fmg" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/badminbrew,
|
||||
/obj/item/reagent_containers/drinks/cans/badminbrew,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "redyellowfull"
|
||||
},
|
||||
@@ -74983,7 +74971,7 @@
|
||||
/area/station/service/bar)
|
||||
"iUZ" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill,
|
||||
/obj/item/reagent_containers/condiment/peppermill,
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/machinery/door/window,
|
||||
/obj/effect/mapping_helpers/airlock/windoor/autoname,
|
||||
@@ -77083,7 +77071,7 @@
|
||||
/turf/simulated/floor/plasteel/white,
|
||||
/area/station/medical/medbay)
|
||||
"knI" = (
|
||||
/obj/item/reagent_containers/food/snacks/donut/jelly/cherryjelly,
|
||||
/obj/item/food/snacks/donut/jelly/cherryjelly,
|
||||
/obj/structure/table/reinforced,
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 9;
|
||||
@@ -77774,7 +77762,7 @@
|
||||
/area/station/science/toxins/mixing)
|
||||
"kME" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/mug/sci,
|
||||
/obj/item/reagent_containers/drinks/mug/sci,
|
||||
/turf/simulated/floor/plasteel/white,
|
||||
/area/station/science/break_room)
|
||||
"kNa" = (
|
||||
@@ -80636,10 +80624,6 @@
|
||||
},
|
||||
/turf/simulated/floor/engine/n2,
|
||||
/area/station/engineering/atmos)
|
||||
"mIl" = (
|
||||
/obj/structure/grille,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/space/nearstation)
|
||||
"mJw" = (
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
@@ -81809,8 +81793,8 @@
|
||||
/obj/machinery/door/window,
|
||||
/obj/effect/mapping_helpers/airlock/windoor/autoname,
|
||||
/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen,
|
||||
/obj/item/reagent_containers/food/drinks/britcup,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/drinks/britcup,
|
||||
/obj/item/reagent_containers/condiment/saltshaker,
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/effect/turf_decal/delivery,
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -81983,6 +81967,16 @@
|
||||
},
|
||||
/turf/simulated/floor/plasteel/dark,
|
||||
/area/station/service/chapel/office)
|
||||
"nqK" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "whitebluefull"
|
||||
},
|
||||
/area/station/medical/storage)
|
||||
"nsl" = (
|
||||
/obj/machinery/clonepod/biomass,
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -82892,7 +82886,7 @@
|
||||
known_by = list("captain")
|
||||
},
|
||||
/obj/item/gun/projectile/revolver/russian,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/absinthe/premium,
|
||||
/obj/item/reagent_containers/drinks/bottle/absinthe/premium,
|
||||
/obj/item/lighter/zippo/nt_rep,
|
||||
/obj/item/storage/fancy/cigarettes/cigpack_robustgold,
|
||||
/obj/item/toy/figure/crew/captain,
|
||||
@@ -86239,7 +86233,7 @@
|
||||
},
|
||||
/obj/item/clothing/head/bearpelt,
|
||||
/obj/item/folder/documents,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka/badminka,
|
||||
/obj/item/lighter/zippo/nt_rep,
|
||||
/obj/item/storage/fancy/cigarettes/cigpack_robustgold,
|
||||
/obj/item/stack/spacecash/c1000,
|
||||
@@ -89241,7 +89235,7 @@
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/folder,
|
||||
/obj/item/pen,
|
||||
/obj/item/reagent_containers/food/snacks/grown/apple,
|
||||
/obj/item/food/snacks/grown/apple,
|
||||
/obj/machinery/door/window/classic/normal{
|
||||
dir = 8
|
||||
},
|
||||
@@ -92168,6 +92162,10 @@
|
||||
},
|
||||
/turf/simulated/floor/plasteel/white,
|
||||
/area/station/medical/sleeper)
|
||||
"tCf" = (
|
||||
/obj/effect/spawner/window/reinforced/grilled,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/medical/virology)
|
||||
"tDw" = (
|
||||
/turf/simulated/wall,
|
||||
/area/station/medical/reception)
|
||||
@@ -92455,6 +92453,7 @@
|
||||
/area/station/medical/medbay)
|
||||
"tKX" = (
|
||||
/obj/effect/spawner/window/reinforced/grilled,
|
||||
/obj/structure/cable,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/medical/virology)
|
||||
"tLO" = (
|
||||
@@ -92701,11 +92700,11 @@
|
||||
/area/station/hallway/secondary/exit)
|
||||
"tSt" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass{
|
||||
pixel_x = -5;
|
||||
pixel_y = 2
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass{
|
||||
pixel_x = 5
|
||||
},
|
||||
/turf/simulated/floor/plasteel/white,
|
||||
@@ -93028,7 +93027,7 @@
|
||||
"uaL" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "redyellowfull"
|
||||
},
|
||||
@@ -94402,11 +94401,6 @@
|
||||
/area/station/maintenance/fore2)
|
||||
"uTD" = (
|
||||
/obj/structure/table/glass,
|
||||
/obj/item/reagent_containers/food/drinks/coffee{
|
||||
pixel_x = -6;
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/dry_ramen,
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 4;
|
||||
icon_state = "whitebluecorner"
|
||||
@@ -94534,6 +94528,23 @@
|
||||
/obj/item/target/syndicate,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/security/range)
|
||||
"uWm" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 8;
|
||||
icon_state = "darkblue"
|
||||
},
|
||||
/area/station/medical/storage/secondary)
|
||||
"uWt" = (
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
@@ -95040,9 +95051,9 @@
|
||||
/obj/item/seeds/lime,
|
||||
/obj/item/seeds/watermelon,
|
||||
/obj/item/seeds/grape,
|
||||
/obj/item/reagent_containers/food/snacks/grown/wheat,
|
||||
/obj/item/reagent_containers/food/snacks/grown/watermelon,
|
||||
/obj/item/reagent_containers/food/snacks/grown/banana,
|
||||
/obj/item/food/snacks/grown/wheat,
|
||||
/obj/item/food/snacks/grown/watermelon,
|
||||
/obj/item/food/snacks/grown/banana,
|
||||
/obj/machinery/door/window/classic/reversed{
|
||||
dir = 8
|
||||
},
|
||||
@@ -95163,11 +95174,6 @@
|
||||
/obj/effect/spawner/window/reinforced/grilled,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/supply/miningdock)
|
||||
"vuL" = (
|
||||
/obj/effect/spawner/window/reinforced/grilled,
|
||||
/obj/structure/cable,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/medical/virology)
|
||||
"vuX" = (
|
||||
/obj/machinery/alarm{
|
||||
dir = 4;
|
||||
@@ -96453,16 +96459,6 @@
|
||||
icon_state = "whitebluecorner"
|
||||
},
|
||||
/area/station/medical/storage)
|
||||
"wjh" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "whitebluefull"
|
||||
},
|
||||
/area/station/medical/storage)
|
||||
"wjm" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/light/small{
|
||||
@@ -97926,10 +97922,6 @@
|
||||
/obj/effect/decal/cleanable/fungus,
|
||||
/turf/simulated/wall,
|
||||
/area/station/maintenance/aft)
|
||||
"xcn" = (
|
||||
/obj/effect/landmark/damageturf,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/space/nearstation)
|
||||
"xcs" = (
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/machinery/door/airlock/engineering/glass{
|
||||
@@ -98902,15 +98894,6 @@
|
||||
icon_state = "neutral"
|
||||
},
|
||||
/area/station/maintenance/fsmaint)
|
||||
"xGL" = (
|
||||
/obj/structure/closet/crate,
|
||||
/obj/effect/spawner/lootdrop/maintenance/eight,
|
||||
/obj/effect/landmark/damageturf,
|
||||
/turf/simulated/floor/plasteel/airless{
|
||||
dir = 10;
|
||||
icon_state = "darkblue"
|
||||
},
|
||||
/area/space/nearstation)
|
||||
"xGY" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 1;
|
||||
@@ -132768,7 +132751,7 @@ azd
|
||||
aAp
|
||||
awX
|
||||
abj
|
||||
xGL
|
||||
aRu
|
||||
ghZ
|
||||
aFq
|
||||
aVK
|
||||
@@ -133024,7 +133007,7 @@ aCo
|
||||
azd
|
||||
aAq
|
||||
awX
|
||||
xcn
|
||||
aPT
|
||||
abj
|
||||
aVK
|
||||
aGp
|
||||
@@ -145952,7 +145935,7 @@ lGs
|
||||
rYe
|
||||
jin
|
||||
lky
|
||||
cOe
|
||||
uWm
|
||||
usf
|
||||
dmt
|
||||
hLd
|
||||
@@ -146465,7 +146448,7 @@ cUM
|
||||
bSe
|
||||
cMz
|
||||
eCn
|
||||
wjh
|
||||
nqK
|
||||
kQG
|
||||
ewa
|
||||
htc
|
||||
@@ -148303,9 +148286,9 @@ cBf
|
||||
wdL
|
||||
dGw
|
||||
dGw
|
||||
tKX
|
||||
tKX
|
||||
tKX
|
||||
tCf
|
||||
tCf
|
||||
tCf
|
||||
dGw
|
||||
dGw
|
||||
hGZ
|
||||
@@ -150618,7 +150601,7 @@ dFG
|
||||
dFG
|
||||
vOB
|
||||
kce
|
||||
vuL
|
||||
tKX
|
||||
dFG
|
||||
dFG
|
||||
abj
|
||||
@@ -151534,7 +151517,7 @@ abj
|
||||
aaa
|
||||
abj
|
||||
abj
|
||||
mIl
|
||||
btJ
|
||||
aaa
|
||||
ygH
|
||||
tFK
|
||||
@@ -151791,7 +151774,7 @@ aaa
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
mIl
|
||||
btJ
|
||||
abj
|
||||
ygH
|
||||
aJx
|
||||
@@ -152048,7 +152031,7 @@ aaa
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
mIl
|
||||
btJ
|
||||
aaa
|
||||
ygH
|
||||
uUu
|
||||
@@ -154926,7 +154909,7 @@ nlB
|
||||
aaa
|
||||
abj
|
||||
abj
|
||||
mIl
|
||||
btJ
|
||||
abj
|
||||
abj
|
||||
iuY
|
||||
@@ -155440,7 +155423,7 @@ aaa
|
||||
aaa
|
||||
aaa
|
||||
abj
|
||||
mIl
|
||||
btJ
|
||||
abj
|
||||
abj
|
||||
iuY
|
||||
@@ -155955,7 +155938,7 @@ aaa
|
||||
aaa
|
||||
abj
|
||||
abj
|
||||
mIl
|
||||
btJ
|
||||
abj
|
||||
iuY
|
||||
rEQ
|
||||
@@ -157988,10 +157971,10 @@ aaa
|
||||
aaa
|
||||
abj
|
||||
abj
|
||||
mIl
|
||||
mIl
|
||||
mIl
|
||||
mIl
|
||||
btJ
|
||||
btJ
|
||||
btJ
|
||||
btJ
|
||||
abj
|
||||
abj
|
||||
fhF
|
||||
@@ -158250,7 +158233,7 @@ aaa
|
||||
abj
|
||||
abj
|
||||
aaa
|
||||
mIl
|
||||
btJ
|
||||
fhF
|
||||
fhF
|
||||
fhF
|
||||
@@ -158260,7 +158243,7 @@ fhF
|
||||
fhF
|
||||
abj
|
||||
abj
|
||||
mIl
|
||||
btJ
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
@@ -158504,10 +158487,10 @@ aaa
|
||||
abj
|
||||
abj
|
||||
abj
|
||||
mIl
|
||||
mIl
|
||||
mIl
|
||||
mIl
|
||||
btJ
|
||||
btJ
|
||||
btJ
|
||||
btJ
|
||||
fhF
|
||||
fhF
|
||||
fhF
|
||||
@@ -158517,7 +158500,7 @@ fhF
|
||||
fhF
|
||||
abj
|
||||
aaa
|
||||
mIl
|
||||
btJ
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
@@ -158774,7 +158757,7 @@ fhF
|
||||
fhF
|
||||
abj
|
||||
aaa
|
||||
mIl
|
||||
btJ
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
@@ -159021,7 +159004,7 @@ aaa
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
mIl
|
||||
btJ
|
||||
fhF
|
||||
fhF
|
||||
fhF
|
||||
@@ -159029,9 +159012,9 @@ fhF
|
||||
fhF
|
||||
fhF
|
||||
fhF
|
||||
mIl
|
||||
btJ
|
||||
abj
|
||||
mIl
|
||||
btJ
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
@@ -159272,13 +159255,13 @@ aaa
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
mIl
|
||||
btJ
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
mIl
|
||||
btJ
|
||||
fhF
|
||||
fhF
|
||||
fhF
|
||||
@@ -159286,7 +159269,7 @@ fhF
|
||||
fhF
|
||||
fhF
|
||||
fhF
|
||||
mIl
|
||||
btJ
|
||||
abj
|
||||
abj
|
||||
aaa
|
||||
@@ -159529,20 +159512,20 @@ aaa
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
mIl
|
||||
btJ
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
bPS
|
||||
mIl
|
||||
mIl
|
||||
btJ
|
||||
btJ
|
||||
abj
|
||||
bPS
|
||||
abj
|
||||
mIl
|
||||
mIl
|
||||
btJ
|
||||
btJ
|
||||
bPS
|
||||
aaa
|
||||
aaa
|
||||
@@ -159786,7 +159769,7 @@ aaa
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
mIl
|
||||
btJ
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
@@ -160051,11 +160034,11 @@ aaa
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
mIl
|
||||
mIl
|
||||
mIl
|
||||
mIl
|
||||
mIl
|
||||
btJ
|
||||
btJ
|
||||
btJ
|
||||
btJ
|
||||
btJ
|
||||
aaa
|
||||
aaa
|
||||
aaa
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -979,7 +979,7 @@
|
||||
/turf/simulated/floor/mineral/bananium/lubed,
|
||||
/area/ruin/powered/clownplanet)
|
||||
"bL" = (
|
||||
/obj/item/reagent_containers/food/drinks/trophy/gold_cup,
|
||||
/obj/item/reagent_containers/drinks/trophy/gold_cup,
|
||||
/obj/structure/table/glass,
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/ruin/powered/clownplanet)
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ruin/powered/snow_biodome)
|
||||
"ah" = (
|
||||
/obj/item/reagent_containers/food/drinks/mug,
|
||||
/obj/item/reagent_containers/drinks/mug,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ruin/powered/snow_biodome)
|
||||
"ai" = (
|
||||
@@ -102,7 +102,7 @@
|
||||
/area/ruin/powered/snow_cabin)
|
||||
"ax" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/beans,
|
||||
/obj/item/food/snacks/beans,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/ruin/powered/snow_cabin)
|
||||
"ay" = (
|
||||
@@ -141,7 +141,7 @@
|
||||
/area/ruin/powered/snow_cabin)
|
||||
"aF" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/h_chocolate,
|
||||
/obj/item/reagent_containers/drinks/h_chocolate,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/ruin/powered/snow_cabin)
|
||||
"aG" = (
|
||||
|
||||
@@ -673,7 +673,7 @@
|
||||
/area/lavaland/surface/outdoors)
|
||||
"ie" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/badrecipe,
|
||||
/obj/item/food/snacks/badrecipe,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/ruin/unpowered/althland_excavation)
|
||||
"iv" = (
|
||||
@@ -959,7 +959,7 @@
|
||||
"wi" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/reagent_containers/food/drinks/oilcan,
|
||||
/obj/item/reagent_containers/drinks/oilcan,
|
||||
/obj/machinery/constructable_frame,
|
||||
/turf/simulated/floor/pod/light{
|
||||
oxygen = 0;
|
||||
@@ -1101,8 +1101,8 @@
|
||||
"Cs" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/table_frame,
|
||||
/obj/item/reagent_containers/food/snacks/badrecipe,
|
||||
/obj/item/reagent_containers/food/snacks/badrecipe{
|
||||
/obj/item/food/snacks/badrecipe,
|
||||
/obj/item/food/snacks/badrecipe{
|
||||
pixel_y = 14;
|
||||
pixel_x = 14
|
||||
},
|
||||
@@ -1324,7 +1324,7 @@
|
||||
/area/lavaland/surface/outdoors)
|
||||
"OX" = (
|
||||
/obj/structure/table_frame,
|
||||
/obj/item/reagent_containers/food/snacks/badrecipe,
|
||||
/obj/item/food/snacks/badrecipe,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/ruin/unpowered/althland_excavation)
|
||||
"Pe" = (
|
||||
|
||||
@@ -1435,11 +1435,11 @@
|
||||
/area/ruin/unpowered/althland_processing)
|
||||
"Jw" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer{
|
||||
/obj/item/reagent_containers/drinks/cans/beer{
|
||||
pixel_x = 8;
|
||||
pixel_y = 10
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/drinks/cans/beer,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/plasteel{
|
||||
temperature = 300;
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
/obj/item/seeds/reishi,
|
||||
/obj/item/seeds/plump,
|
||||
/obj/item/seeds/plump,
|
||||
/obj/item/reagent_containers/food/snacks/grown/mushroom/glowshroom,
|
||||
/obj/item/food/snacks/grown/mushroom/glowshroom,
|
||||
/turf/simulated/floor/plating/asteroid/basalt,
|
||||
/area/ruin/powered)
|
||||
"n" = (
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
},
|
||||
/area/ruin/unpowered/misc_lavaruin)
|
||||
"j" = (
|
||||
/obj/item/reagent_containers/food/snacks/mushroompizzaslice,
|
||||
/obj/item/food/snacks/mushroompizzaslice,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/plating{
|
||||
nitrogen = 23;
|
||||
@@ -243,7 +243,7 @@
|
||||
/area/ruin/unpowered/misc_lavaruin)
|
||||
"D" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/margheritapizzaslice,
|
||||
/obj/item/food/snacks/margheritapizzaslice,
|
||||
/obj/item/trash/plate,
|
||||
/turf/simulated/floor/wood{
|
||||
nitrogen = 23;
|
||||
@@ -253,7 +253,7 @@
|
||||
/area/ruin/unpowered/misc_lavaruin)
|
||||
"E" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/meatpizzaslice,
|
||||
/obj/item/food/snacks/meatpizzaslice,
|
||||
/turf/simulated/floor/wood{
|
||||
nitrogen = 23;
|
||||
oxygen = 14;
|
||||
@@ -262,7 +262,7 @@
|
||||
/area/ruin/unpowered/misc_lavaruin)
|
||||
"F" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/sliceable/birthdaycake,
|
||||
/obj/item/food/snacks/sliceable/birthdaycake,
|
||||
/turf/simulated/floor/wood{
|
||||
nitrogen = 23;
|
||||
oxygen = 14;
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
/obj/effect/mapping_helpers/no_lava,
|
||||
/obj/effect/mob_spawn/human/corpse/seed_vault_diona,
|
||||
/obj/item/pickaxe/mini,
|
||||
/obj/item/reagent_containers/food/snacks/grown/mushroom/glowshroom{
|
||||
/obj/item/food/snacks/grown/mushroom/glowshroom{
|
||||
pixel_x = 8;
|
||||
pixel_y = -8
|
||||
},
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
/area/ruin/unpowered/misc_lavaruin)
|
||||
"f" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/grown/citrus/orange,
|
||||
/obj/item/food/snacks/grown/citrus/orange,
|
||||
/turf/simulated/floor/sepia{
|
||||
slowdown = 10
|
||||
},
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
/obj/structure/stone_tile{
|
||||
dir = 1
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/egg/watcher,
|
||||
/obj/item/food/snacks/egg/watcher,
|
||||
/obj/effect/mapping_helpers/no_lava,
|
||||
/obj/effect/mapping_helpers/no_lava,
|
||||
/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface,
|
||||
|
||||
@@ -548,9 +548,9 @@
|
||||
/obj/item/poster/random_contraband,
|
||||
/obj/item/poster/random_contraband,
|
||||
/obj/item/poster/random_contraband,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka,
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/ruin/space/abandoned_engi_sat)
|
||||
"pb" = (
|
||||
|
||||
@@ -545,7 +545,7 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"bn" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/snacks/carrotfries,
|
||||
/obj/item/food/snacks/carrotfries,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "dark"
|
||||
},
|
||||
|
||||
@@ -584,7 +584,7 @@
|
||||
/turf/simulated/wall/r_wall,
|
||||
/area/space/nearstation)
|
||||
"Nw" = (
|
||||
/obj/item/reagent_containers/food/snacks/xenomeatbreadslice{
|
||||
/obj/item/food/snacks/xenomeatbreadslice{
|
||||
name = "green mold bread slice"
|
||||
},
|
||||
/turf/simulated/floor/plating/airless,
|
||||
|
||||
@@ -318,20 +318,20 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"aF" = (
|
||||
/obj/structure/closet/cardboard,
|
||||
/obj/item/reagent_containers/food/snacks/beans,
|
||||
/obj/item/reagent_containers/food/snacks/beans,
|
||||
/obj/item/reagent_containers/food/snacks/beans,
|
||||
/obj/item/reagent_containers/food/snacks/beans,
|
||||
/obj/item/reagent_containers/food/snacks/beans,
|
||||
/obj/item/food/snacks/beans,
|
||||
/obj/item/food/snacks/beans,
|
||||
/obj/item/food/snacks/beans,
|
||||
/obj/item/food/snacks/beans,
|
||||
/obj/item/food/snacks/beans,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/ruin/space/unpowered)
|
||||
"aG" = (
|
||||
/obj/structure/closet/cardboard,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/ruin/space/unpowered)
|
||||
"aH" = (
|
||||
@@ -390,11 +390,11 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"aP" = (
|
||||
/obj/structure/closet/cardboard,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
@@ -649,7 +649,7 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"bD" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/beans,
|
||||
/obj/item/food/snacks/beans,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "bar"
|
||||
},
|
||||
|
||||
@@ -261,10 +261,10 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"SX" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/beans{
|
||||
/obj/item/food/snacks/beans{
|
||||
pixel_x = 10
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/beans{
|
||||
/obj/item/food/snacks/beans{
|
||||
pixel_x = -5
|
||||
},
|
||||
/turf/simulated/floor/plasteel,
|
||||
|
||||
@@ -556,15 +556,15 @@
|
||||
/area/ruin/space/djstation)
|
||||
"bw" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka{
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka{
|
||||
pixel_x = 7;
|
||||
pixel_y = 10
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass{
|
||||
pixel_x = 28;
|
||||
pixel_y = 3
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass,
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 10;
|
||||
icon_state = "darkblue"
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
/area/ruin/space/methlab)
|
||||
"l" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/chips,
|
||||
/obj/item/food/snacks/chips,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ruin/space/methlab)
|
||||
"m" = (
|
||||
|
||||
@@ -95,8 +95,8 @@
|
||||
/area/ruin/unpowered/BMPship/Delta)
|
||||
"ax" = (
|
||||
/obj/structure/closet/crate/freezer,
|
||||
/obj/item/reagent_containers/food/snacks/meat,
|
||||
/obj/item/reagent_containers/food/snacks/meat,
|
||||
/obj/item/food/snacks/meat,
|
||||
/obj/item/food/snacks/meat,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 1
|
||||
},
|
||||
@@ -104,7 +104,7 @@
|
||||
/area/ruin/unpowered/BMPship/Delta)
|
||||
"ay" = (
|
||||
/obj/structure/closet/crate/freezer,
|
||||
/obj/item/reagent_containers/food/snacks/meat,
|
||||
/obj/item/food/snacks/meat,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 1
|
||||
},
|
||||
@@ -446,8 +446,8 @@
|
||||
/area/ruin/unpowered/BMPship/Delta)
|
||||
"bN" = (
|
||||
/obj/structure/closet/crate/freezer,
|
||||
/obj/item/reagent_containers/food/snacks/meat,
|
||||
/obj/item/reagent_containers/food/snacks/hugemushroomslice,
|
||||
/obj/item/food/snacks/meat,
|
||||
/obj/item/food/snacks/hugemushroomslice,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 2
|
||||
},
|
||||
@@ -564,7 +564,7 @@
|
||||
"cb" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/kitchen/knife/butcher,
|
||||
/obj/item/reagent_containers/food/snacks/meat,
|
||||
/obj/item/food/snacks/meat,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "barber"
|
||||
},
|
||||
@@ -648,7 +648,7 @@
|
||||
/turf/simulated/wall/mineral/titanium,
|
||||
/area/ruin/unpowered/BMPship/Aft)
|
||||
"cp" = (
|
||||
/obj/item/reagent_containers/food/snacks/hugemushroomslice,
|
||||
/obj/item/food/snacks/hugemushroomslice,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "bar"
|
||||
},
|
||||
@@ -750,7 +750,7 @@
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/ruin/unpowered/BMPship/Fore)
|
||||
"cH" = (
|
||||
/obj/item/reagent_containers/food/snacks/hugemushroomslice,
|
||||
/obj/item/food/snacks/hugemushroomslice,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/ruin/unpowered/BMPship/Midship)
|
||||
"cI" = (
|
||||
@@ -792,8 +792,8 @@
|
||||
/area/ruin/unpowered/BMPship/Aft)
|
||||
"cP" = (
|
||||
/obj/structure/closet/crate/freezer,
|
||||
/obj/item/reagent_containers/food/snacks/meat,
|
||||
/obj/item/reagent_containers/food/snacks/meat,
|
||||
/obj/item/food/snacks/meat,
|
||||
/obj/item/food/snacks/meat,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "white"
|
||||
},
|
||||
@@ -898,7 +898,7 @@
|
||||
},
|
||||
/area/ruin/unpowered/BMPship/Midship)
|
||||
"di" = (
|
||||
/obj/item/reagent_containers/food/snacks/meat,
|
||||
/obj/item/food/snacks/meat,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "showroomfloor"
|
||||
},
|
||||
@@ -1944,7 +1944,7 @@
|
||||
/area/ruin/unpowered/BMPship/Fore)
|
||||
"fS" = (
|
||||
/obj/structure/closet/crate/freezer,
|
||||
/obj/item/reagent_containers/food/snacks/meat,
|
||||
/obj/item/food/snacks/meat,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "showroomfloor"
|
||||
},
|
||||
@@ -2234,7 +2234,7 @@
|
||||
/area/ruin/powered)
|
||||
"gO" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/drinks/cans/beer,
|
||||
/obj/item/grenade/chem_grenade/drugs,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/ruin/powered)
|
||||
@@ -2389,7 +2389,7 @@
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/ruin/powered)
|
||||
"hn" = (
|
||||
/obj/item/reagent_containers/food/snacks/chips,
|
||||
/obj/item/food/snacks/chips,
|
||||
/turf/simulated/floor/plating/airless,
|
||||
/area/ruin/powered)
|
||||
"ho" = (
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2600,7 +2600,7 @@
|
||||
/area/ruin/ancientstation/kitchen)
|
||||
"gu" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/ruin/ancientstation/sec)
|
||||
@@ -3354,11 +3354,11 @@
|
||||
/area/ruin/ancientstation/kitchen)
|
||||
"ia" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -2;
|
||||
pixel_y = 2
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = 5;
|
||||
pixel_y = -2
|
||||
},
|
||||
|
||||
@@ -1321,8 +1321,8 @@
|
||||
/obj/item/tank/internals/oxygen/red,
|
||||
/obj/item/clothing/mask/gas/syndicate,
|
||||
/obj/item/mod/control/pre_equipped/traitor,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/rum,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/rum,
|
||||
/obj/item/reagent_containers/drinks/bottle/rum,
|
||||
/obj/item/reagent_containers/drinks/bottle/rum,
|
||||
/obj/item/folder/syndicate/blue,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ruin/space/onehalf/abandonedbridge)
|
||||
|
||||
@@ -371,7 +371,7 @@
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/suit/hgpirate,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer/sleepy_beer,
|
||||
/obj/item/reagent_containers/drinks/cans/beer/sleepy_beer,
|
||||
/obj/item/clothing/gloves/ring/gold,
|
||||
/obj/item/id_decal/gold,
|
||||
/obj/item/screwdriver,
|
||||
@@ -468,7 +468,7 @@
|
||||
/area/space/nearstation)
|
||||
"mb" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/ruin/space/powered/bar)
|
||||
"mu" = (
|
||||
@@ -544,7 +544,7 @@
|
||||
/area/ruin/space/powered/bar)
|
||||
"vD" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/drinks/cans/beer,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/ruin/space/powered/bar)
|
||||
"vE" = (
|
||||
|
||||
@@ -328,7 +328,7 @@
|
||||
/area/ruin/space/syndicate_druglab)
|
||||
"JP" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass{
|
||||
pixel_x = -5;
|
||||
pixel_y = 7
|
||||
},
|
||||
|
||||
@@ -4010,8 +4010,8 @@
|
||||
},
|
||||
/obj/item/book/manual/barman_recipes,
|
||||
/obj/item/lighter/zippo,
|
||||
/obj/item/reagent_containers/food/drinks/flask/barflask,
|
||||
/obj/item/reagent_containers/food/drinks/flask/barflask,
|
||||
/obj/item/reagent_containers/drinks/flask/barflask,
|
||||
/obj/item/reagent_containers/drinks/flask/barflask,
|
||||
/obj/structure/table/wood,
|
||||
/obj/machinery/alarm/syndicate{
|
||||
pixel_x = -24;
|
||||
@@ -4743,7 +4743,7 @@
|
||||
/area/ruin/unpowered/syndicate_space_base/telecomms)
|
||||
"Af" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/condiment/enzyme{
|
||||
/obj/item/reagent_containers/condiment/enzyme{
|
||||
layer = 5
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -5181,7 +5181,7 @@
|
||||
/area/ruin/unpowered/syndicate_space_base/service)
|
||||
"CC" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/obj/machinery/light_switch{
|
||||
dir = 4;
|
||||
pixel_x = -24;
|
||||
@@ -6072,7 +6072,7 @@
|
||||
/area/ruin/unpowered/syndicate_space_base/arrivals)
|
||||
"HC" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "grimy"
|
||||
},
|
||||
@@ -6096,7 +6096,7 @@
|
||||
/area/ruin/unpowered/syndicate_space_base/atmos)
|
||||
"HO" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/drinks/cans/beer,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "grimy"
|
||||
},
|
||||
@@ -7066,10 +7066,10 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ruin/unpowered/syndicate_space_base/atmos)
|
||||
"Nm" = (
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -3
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/structure/table,
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"bk" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
@@ -111,11 +111,11 @@
|
||||
/obj/machinery/computer/security/telescreen/entertainment{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/donut/sprinkles{
|
||||
/obj/item/food/snacks/donut/sprinkles{
|
||||
pixel_y = 8;
|
||||
pixel_x = -9
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/donut/sprinkles{
|
||||
/obj/item/food/snacks/donut/sprinkles{
|
||||
pixel_y = -1;
|
||||
pixel_x = 5
|
||||
},
|
||||
@@ -123,8 +123,8 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"fq" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/meat/corgi,
|
||||
/obj/item/reagent_containers/food/snacks/meat/corgi{
|
||||
/obj/item/food/snacks/meat/corgi,
|
||||
/obj/item/food/snacks/meat/corgi{
|
||||
pixel_y = 6
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -133,14 +133,14 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"fs" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_x = 15;
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_y = -10
|
||||
},
|
||||
/obj/machinery/light/small{
|
||||
@@ -152,7 +152,7 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"fE" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake,
|
||||
/obj/item/food/snacks/syndicake,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "dark"
|
||||
},
|
||||
@@ -275,11 +275,11 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"ke" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_x = 15;
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/syndicake,
|
||||
/obj/item/food/snacks/syndicake,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "dark"
|
||||
},
|
||||
@@ -369,11 +369,11 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"qd" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/breadslice,
|
||||
/obj/item/reagent_containers/food/snacks/breadslice{
|
||||
/obj/item/food/snacks/breadslice,
|
||||
/obj/item/food/snacks/breadslice{
|
||||
pixel_y = 4
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/breadslice{
|
||||
/obj/item/food/snacks/breadslice{
|
||||
pixel_y = 8
|
||||
},
|
||||
/obj/machinery/light/small{
|
||||
@@ -480,12 +480,12 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"tf" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake,
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_x = 15;
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_x = 15
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -692,10 +692,10 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"Bh" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_y = -10
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -747,7 +747,7 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"Do" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/meat/corgi,
|
||||
/obj/item/food/snacks/meat/corgi,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -770,11 +770,11 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"DY" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/condiment/milk{
|
||||
/obj/item/reagent_containers/condiment/milk{
|
||||
pixel_y = 5;
|
||||
pixel_x = 6
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/milk{
|
||||
/obj/item/reagent_containers/condiment/milk{
|
||||
pixel_y = 5;
|
||||
pixel_x = -5
|
||||
},
|
||||
@@ -831,8 +831,8 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"Gn" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake,
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_y = 7
|
||||
},
|
||||
/turf/simulated/floor/engine,
|
||||
@@ -876,7 +876,7 @@
|
||||
/turf/simulated/floor/engine,
|
||||
/area/ruin/space/unpowered)
|
||||
"Iz" = (
|
||||
/obj/item/reagent_containers/food/snacks/meat/corgi{
|
||||
/obj/item/food/snacks/meat/corgi{
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
@@ -946,10 +946,10 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"Lt" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_x = 15
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -976,8 +976,8 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"Mw" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake,
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_x = 15;
|
||||
pixel_y = 7
|
||||
},
|
||||
@@ -1002,10 +1002,10 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"MY" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_x = 15
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -1034,21 +1034,21 @@
|
||||
/area/template_noop)
|
||||
"Ov" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/donkpocket{
|
||||
/obj/item/food/snacks/donkpocket{
|
||||
pixel_x = 8
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/donkpocket{
|
||||
/obj/item/food/snacks/donkpocket{
|
||||
pixel_x = -8
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/donkpocket{
|
||||
/obj/item/food/snacks/donkpocket{
|
||||
pixel_x = -8;
|
||||
pixel_y = 8
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/donkpocket{
|
||||
/obj/item/food/snacks/donkpocket{
|
||||
pixel_x = 8;
|
||||
pixel_y = 8
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/birthdaycakeslice,
|
||||
/obj/item/food/snacks/birthdaycakeslice,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "floorgrime"
|
||||
},
|
||||
@@ -1115,12 +1115,12 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"QF" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake,
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_x = 15;
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_x = 15
|
||||
},
|
||||
/obj/machinery/light/small{
|
||||
@@ -1161,7 +1161,7 @@
|
||||
},
|
||||
/area/ruin/space/unpowered)
|
||||
"SS" = (
|
||||
/obj/item/reagent_containers/food/snacks/meat/corgi,
|
||||
/obj/item/food/snacks/meat/corgi,
|
||||
/turf/simulated/floor/grass,
|
||||
/area/ruin/space/unpowered)
|
||||
"TG" = (
|
||||
@@ -1193,8 +1193,8 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"Vt" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_y = 12
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -1202,7 +1202,7 @@
|
||||
},
|
||||
/area/ruin/space/unpowered)
|
||||
"VI" = (
|
||||
/obj/item/reagent_containers/food/snacks/meat/corgi{
|
||||
/obj/item/food/snacks/meat/corgi{
|
||||
pixel_y = 6
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -1237,7 +1237,7 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"XZ" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/condiment/enzyme{
|
||||
/obj/item/reagent_containers/condiment/enzyme{
|
||||
pixel_y = 10;
|
||||
pixel_x = 5
|
||||
},
|
||||
@@ -1288,14 +1288,14 @@
|
||||
/turf/simulated/floor/grass,
|
||||
/area/ruin/space/unpowered)
|
||||
"Zs" = (
|
||||
/obj/item/reagent_containers/food/condiment/flour,
|
||||
/obj/item/reagent_containers/condiment/flour,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
/area/ruin/space/unpowered)
|
||||
"Zw" = (
|
||||
/obj/structure/table/glass/reinforced/plastitanium,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake{
|
||||
/obj/item/food/snacks/syndicake{
|
||||
pixel_y = 7
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
},
|
||||
/area/syndicate_depot/outer)
|
||||
"al" = (
|
||||
/obj/item/reagent_containers/food/snacks/monstermeat/spiderleg,
|
||||
/obj/item/food/snacks/monstermeat/spiderleg,
|
||||
/obj/structure/spider,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "dark"
|
||||
@@ -85,7 +85,7 @@
|
||||
/area/syndicate_depot/outer)
|
||||
"ar" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/drinks/cans/beer,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "dark"
|
||||
},
|
||||
@@ -128,7 +128,7 @@
|
||||
},
|
||||
/area/syndicate_depot/core)
|
||||
"ay" = (
|
||||
/obj/item/reagent_containers/food/drinks/flask/barflask,
|
||||
/obj/item/reagent_containers/drinks/flask/barflask,
|
||||
/obj/structure/table,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "dark"
|
||||
@@ -614,7 +614,7 @@
|
||||
/area/syndicate_depot/core)
|
||||
"bO" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake,
|
||||
/obj/item/food/snacks/syndicake,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "dark"
|
||||
},
|
||||
|
||||
@@ -231,11 +231,11 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"P" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka{
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka{
|
||||
pixel_x = -4;
|
||||
pixel_y = 4
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka{
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka{
|
||||
pixel_x = 3
|
||||
},
|
||||
/turf/simulated/floor/plasteel,
|
||||
@@ -259,7 +259,7 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"S" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
|
||||
@@ -912,13 +912,13 @@
|
||||
/area/ruin/space/derelict/bridge)
|
||||
"cr" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/ruin/space/derelict/bridge)
|
||||
"cs" = (
|
||||
/obj/structure/rack,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka/badminka,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/wood{
|
||||
broken = 1;
|
||||
@@ -1160,7 +1160,7 @@
|
||||
/area/ruin/space/derelict/bridge)
|
||||
"cV" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "darkblue"
|
||||
@@ -1843,7 +1843,7 @@
|
||||
/area/space/nearstation)
|
||||
"eB" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/grown/peanuts,
|
||||
/obj/item/food/snacks/grown/peanuts,
|
||||
/obj/structure/sign/poster/contraband/random{
|
||||
pixel_y = 32
|
||||
},
|
||||
@@ -2777,11 +2777,11 @@
|
||||
/area/ruin/space/derelict/crew_quarters)
|
||||
"gI" = (
|
||||
/obj/structure/closet/secure_closet/bar,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/rum,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/kahlua,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka,
|
||||
/obj/item/reagent_containers/drinks/bottle/rum,
|
||||
/obj/item/reagent_containers/drinks/bottle/kahlua,
|
||||
/turf/simulated/floor/plasteel/grimy,
|
||||
/area/ruin/space/derelict/crew_quarters)
|
||||
"gJ" = (
|
||||
@@ -3011,7 +3011,7 @@
|
||||
/area/ruin/space/derelict/crew_quarters)
|
||||
"hn" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass,
|
||||
/turf/simulated/floor/plasteel/grimy,
|
||||
/area/ruin/space/derelict/crew_quarters)
|
||||
"ho" = (
|
||||
@@ -5750,7 +5750,7 @@
|
||||
/area/ruin/space/derelict/hallway/primary)
|
||||
"nS" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/soup/beetsoup,
|
||||
/obj/item/food/snacks/soup/beetsoup,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "bar"
|
||||
},
|
||||
@@ -6025,8 +6025,8 @@
|
||||
/area/ruin/space/derelict/hallway/primary)
|
||||
"oA" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/condiment/flour,
|
||||
/obj/item/reagent_containers/food/condiment/flour,
|
||||
/obj/item/reagent_containers/condiment/flour,
|
||||
/obj/item/reagent_containers/condiment/flour,
|
||||
/turf/simulated/floor/plasteel/white,
|
||||
/area/ruin/space/derelict/hallway/primary)
|
||||
"oB" = (
|
||||
@@ -6524,11 +6524,11 @@
|
||||
layer = 2.9
|
||||
},
|
||||
/obj/structure/closet/crate/freezer,
|
||||
/obj/item/reagent_containers/food/snacks/grown/potato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/potato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/potato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/potato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/potato,
|
||||
/obj/item/food/snacks/grown/potato,
|
||||
/obj/item/food/snacks/grown/potato,
|
||||
/obj/item/food/snacks/grown/potato,
|
||||
/obj/item/food/snacks/grown/potato,
|
||||
/obj/item/food/snacks/grown/potato,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "freezerfloor"
|
||||
},
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
/turf/simulated/floor/wood,
|
||||
/area/ruin/space/unpowered)
|
||||
"aP" = (
|
||||
/obj/item/reagent_containers/food/drinks/oilcan,
|
||||
/obj/item/reagent_containers/drinks/oilcan,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
@@ -290,7 +290,7 @@
|
||||
/area/ruin/space/unpowered)
|
||||
"bc" = (
|
||||
/obj/effect/decal/remains/human,
|
||||
/obj/item/reagent_containers/food/snacks/meat/monkey,
|
||||
/obj/item/food/snacks/meat/monkey,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ruin/space/unpowered)
|
||||
"bd" = (
|
||||
@@ -312,7 +312,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ruin/space/unpowered)
|
||||
"bg" = (
|
||||
/obj/item/reagent_containers/food/snacks/meat/monkey,
|
||||
/obj/item/food/snacks/meat/monkey,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ruin/space/unpowered)
|
||||
"bh" = (
|
||||
@@ -328,7 +328,7 @@
|
||||
},
|
||||
/area/ruin/space/unpowered)
|
||||
"bj" = (
|
||||
/obj/item/reagent_containers/food/snacks/meat/human,
|
||||
/obj/item/food/snacks/meat/human,
|
||||
/obj/effect/decal/cleanable/blood/old,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "chapel"
|
||||
|
||||
@@ -225,8 +225,8 @@
|
||||
/area/ruin/space/wreck_cargoship)
|
||||
"jm" = (
|
||||
/obj/item/toy/plushie/ipcplushie,
|
||||
/obj/item/reagent_containers/food/snacks/breadslice,
|
||||
/obj/item/reagent_containers/food/snacks/breadslice,
|
||||
/obj/item/food/snacks/breadslice,
|
||||
/obj/item/food/snacks/breadslice,
|
||||
/obj/item/paper/crumpled{
|
||||
name = "unintelligible scribbles";
|
||||
info = "toast... i must... the plushie..."
|
||||
|
||||
@@ -474,7 +474,7 @@
|
||||
/area/awaymission/beach)
|
||||
"cX" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/awaymission/beach)
|
||||
"cY" = (
|
||||
@@ -827,7 +827,7 @@
|
||||
/area/awaymission/beach)
|
||||
"ev" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/pie,
|
||||
/obj/item/food/snacks/pie,
|
||||
/turf/simulated/floor/beach/away/sand,
|
||||
/area/awaymission/beach)
|
||||
"ew" = (
|
||||
|
||||
@@ -3900,7 +3900,7 @@
|
||||
/area/station/turret_protected/aisat/interior)
|
||||
"axU" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/mug/hos,
|
||||
/obj/item/reagent_containers/drinks/mug/hos,
|
||||
/obj/item/radio{
|
||||
pixel_x = 5
|
||||
},
|
||||
@@ -5510,7 +5510,7 @@
|
||||
/area/station/supply/miningdock)
|
||||
"aJM" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass{
|
||||
pixel_x = -5
|
||||
},
|
||||
/obj/item/reagent_containers/glass/beaker/waterbottle{
|
||||
@@ -21848,7 +21848,7 @@
|
||||
/area/station/service/hydroponics)
|
||||
"cld" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill,
|
||||
/obj/item/reagent_containers/condiment/peppermill,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/maintenance/starboard)
|
||||
"clh" = (
|
||||
@@ -23236,7 +23236,7 @@
|
||||
/obj/item/reagent_containers/glass/beaker/waterbottle{
|
||||
pixel_x = 5
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass{
|
||||
pixel_x = -5
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
@@ -26712,7 +26712,7 @@
|
||||
/area/station/maintenance/port)
|
||||
"cNg" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/baguette,
|
||||
/obj/item/food/snacks/baguette,
|
||||
/obj/structure/sign/poster/official/the_owl{
|
||||
pixel_y = 32
|
||||
},
|
||||
@@ -38308,7 +38308,7 @@
|
||||
/area/station/hallway/primary/port/south)
|
||||
"eZY" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/holywater,
|
||||
/obj/item/reagent_containers/drinks/bottle/holywater,
|
||||
/obj/item/lighter/zippo/black,
|
||||
/turf/simulated/floor/carpet/black,
|
||||
/area/station/service/chapel)
|
||||
@@ -40919,10 +40919,10 @@
|
||||
/area/station/hallway/primary/starboard/south)
|
||||
"fZO" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola{
|
||||
/obj/item/reagent_containers/drinks/cans/cola{
|
||||
pixel_x = 10
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/chips{
|
||||
/obj/item/food/snacks/chips{
|
||||
pixel_x = -5
|
||||
},
|
||||
/obj/structure/railing,
|
||||
@@ -42459,7 +42459,7 @@
|
||||
/area/station/hallway/primary/fore)
|
||||
"gDk" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/britcup,
|
||||
/obj/item/reagent_containers/drinks/britcup,
|
||||
/obj/item/paper_bin,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
@@ -47664,7 +47664,7 @@
|
||||
/area/station/turret_protected/aisat/interior/secondary)
|
||||
"ipE" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/mint,
|
||||
/obj/item/food/snacks/mint,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -50351,7 +50351,7 @@
|
||||
/area/space)
|
||||
"jgd" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = 2;
|
||||
pixel_y = 6
|
||||
},
|
||||
@@ -51110,7 +51110,7 @@
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/table,
|
||||
/obj/item/kitchen/knife,
|
||||
/obj/item/reagent_containers/food/snacks/meat/human,
|
||||
/obj/item/food/snacks/meat/human,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/asmaint)
|
||||
"jtF" = (
|
||||
@@ -52067,9 +52067,9 @@
|
||||
/area/station/command/office/blueshield)
|
||||
"jHz" = (
|
||||
/obj/structure/closet/cabinet,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/obj/machinery/firealarm{
|
||||
dir = 4;
|
||||
pixel_x = 24;
|
||||
@@ -53931,7 +53931,7 @@
|
||||
"knI" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/book/manual/wiki/chef_recipes,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill,
|
||||
/obj/item/reagent_containers/condiment/peppermill,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -54244,7 +54244,7 @@
|
||||
"ksD" = (
|
||||
/obj/structure/safe,
|
||||
/obj/item/clothing/head/bearpelt,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka/badminka,
|
||||
/obj/item/dice/d20{
|
||||
desc = "A die with twenty sides. You feel absolutely normal while looking at this.";
|
||||
name = "Die of Mediocre Rolling Capability"
|
||||
@@ -54927,7 +54927,7 @@
|
||||
"kCC" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/kitchen/knife,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/condiment/saltshaker,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -55639,12 +55639,12 @@
|
||||
/area/station/engineering/control)
|
||||
"kNJ" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass{
|
||||
pixel_x = 8;
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/command/office/ntrep)
|
||||
"kOb" = (
|
||||
@@ -56989,7 +56989,7 @@
|
||||
},
|
||||
/area/station/service/barber)
|
||||
"liT" = (
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/obj/structure/table/wood,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/maintenance/gambling_den)
|
||||
@@ -57325,7 +57325,7 @@
|
||||
pixel_x = 4;
|
||||
pixel_y = -4
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/trophy/bronze_cup{
|
||||
/obj/item/reagent_containers/drinks/trophy/bronze_cup{
|
||||
name = "Rage Cage Champion"
|
||||
},
|
||||
/turf/simulated/floor/plating/asteroid/ancient,
|
||||
@@ -59040,7 +59040,7 @@
|
||||
"lPU" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/glass/beaker,
|
||||
/obj/item/reagent_containers/food/condiment/enzyme,
|
||||
/obj/item/reagent_containers/condiment/enzyme,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
@@ -59584,7 +59584,7 @@
|
||||
/area/station/service/hydroponics)
|
||||
"lYT" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/fried_vox,
|
||||
/obj/item/food/snacks/fried_vox,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fsmaint)
|
||||
"lYX" = (
|
||||
@@ -61471,7 +61471,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -2;
|
||||
pixel_y = 4
|
||||
},
|
||||
@@ -62701,11 +62701,11 @@
|
||||
dir = 1;
|
||||
layer = 2.9
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -2;
|
||||
pixel_y = 4
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = 2;
|
||||
pixel_y = 6
|
||||
},
|
||||
@@ -68864,7 +68864,7 @@
|
||||
"per" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/britcup,
|
||||
/obj/item/reagent_containers/drinks/britcup,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/asmaint)
|
||||
"peB" = (
|
||||
@@ -71589,7 +71589,7 @@
|
||||
"pXp" = (
|
||||
/obj/structure/rack,
|
||||
/obj/effect/spawner/lootdrop/maintenance,
|
||||
/obj/item/reagent_containers/food/snacks/donkpocket,
|
||||
/obj/item/food/snacks/donkpocket,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/starboard)
|
||||
"pXq" = (
|
||||
@@ -72136,7 +72136,7 @@
|
||||
},
|
||||
/area/station/engineering/gravitygenerator)
|
||||
"qeX" = (
|
||||
/obj/item/reagent_containers/food/drinks/bottle/patron,
|
||||
/obj/item/reagent_containers/drinks/bottle/patron,
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/lighter/random,
|
||||
/obj/item/storage/fancy/cigarettes/cigpack_shadyjims,
|
||||
@@ -76573,7 +76573,7 @@
|
||||
"rHk" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/book/manual/wiki/security_space_law,
|
||||
/obj/item/reagent_containers/food/drinks/flask/detflask,
|
||||
/obj/item/reagent_containers/drinks/flask/detflask,
|
||||
/obj/structure/cable/orange{
|
||||
d1 = 1;
|
||||
d2 = 4;
|
||||
@@ -79213,7 +79213,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -2;
|
||||
pixel_y = 4
|
||||
},
|
||||
@@ -81715,7 +81715,7 @@
|
||||
"tnY" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/flashlight/lamp/bananalamp,
|
||||
/obj/item/reagent_containers/food/snacks/pie,
|
||||
/obj/item/food/snacks/pie,
|
||||
/obj/machinery/light_switch{
|
||||
dir = 8;
|
||||
pixel_x = 24;
|
||||
@@ -84107,11 +84107,11 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = 2;
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -2;
|
||||
pixel_y = 4
|
||||
},
|
||||
@@ -87891,7 +87891,7 @@
|
||||
/obj/structure/closet/wardrobe/white,
|
||||
/obj/item/clothing/shoes/jackboots,
|
||||
/obj/item/reagent_containers/iv_bag/blood/OMinus,
|
||||
/obj/item/reagent_containers/food/drinks/cans/badminbrew,
|
||||
/obj/item/reagent_containers/drinks/cans/badminbrew,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/starboard)
|
||||
"vpt" = (
|
||||
@@ -88853,7 +88853,7 @@
|
||||
/area/station/medical/medbay)
|
||||
"vDS" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/drinks/britcup,
|
||||
/obj/item/reagent_containers/drinks/britcup,
|
||||
/obj/machinery/door/window/classic/normal{
|
||||
dir = 8;
|
||||
name = "Medical Reception"
|
||||
@@ -88992,8 +88992,8 @@
|
||||
/area/station/hallway/primary/fore/east)
|
||||
"vFa" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/grown/potato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/chili,
|
||||
/obj/item/food/snacks/grown/potato,
|
||||
/obj/item/food/snacks/grown/chili,
|
||||
/obj/item/seeds/grape,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "darkgreenfull"
|
||||
@@ -92096,7 +92096,7 @@
|
||||
/area/station/public/storage/tools)
|
||||
"wzA" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = 2;
|
||||
pixel_y = 6
|
||||
},
|
||||
@@ -94442,12 +94442,12 @@
|
||||
pixel_x = -24;
|
||||
name = "west bump"
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/flask/barflask,
|
||||
/obj/item/reagent_containers/drinks/flask/barflask,
|
||||
/obj/item/clothing/head/that{
|
||||
pixel_x = 4;
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/obj/structure/table/wood,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/service/bar)
|
||||
@@ -96143,7 +96143,7 @@
|
||||
},
|
||||
/obj/machinery/light,
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/britcup{
|
||||
/obj/item/reagent_containers/drinks/britcup{
|
||||
pixel_x = 9;
|
||||
pixel_y = 9
|
||||
},
|
||||
|
||||
@@ -776,7 +776,7 @@
|
||||
/area/station/security/main)
|
||||
"aeC" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/mug/hos,
|
||||
/obj/item/reagent_containers/drinks/mug/hos,
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/station/command/office/hos)
|
||||
"aeD" = (
|
||||
@@ -7302,7 +7302,7 @@
|
||||
/obj/item/radio{
|
||||
pixel_x = 5
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/mug/sec,
|
||||
/obj/item/reagent_containers/drinks/mug/sec,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fore)
|
||||
"axX" = (
|
||||
@@ -7472,7 +7472,7 @@
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/item/pen/multi,
|
||||
/obj/item/reagent_containers/food/drinks/flask/detflask,
|
||||
/obj/item/reagent_containers/drinks/flask/detflask,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "grimy"
|
||||
},
|
||||
@@ -7563,7 +7563,7 @@
|
||||
/obj/machinery/ai_status_display{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/mug/sec,
|
||||
/obj/item/reagent_containers/drinks/mug/sec,
|
||||
/obj/structure/table,
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 8;
|
||||
@@ -9027,7 +9027,7 @@
|
||||
/area/station/maintenance/abandonedbar)
|
||||
"aCW" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/patron,
|
||||
/obj/item/reagent_containers/drinks/bottle/patron,
|
||||
/obj/item/storage/fancy/cigarettes/cigpack_shadyjims,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/abandonedbar)
|
||||
@@ -9282,7 +9282,7 @@
|
||||
/obj/item/clothing/suit/wcoat,
|
||||
/obj/item/clothing/suit/blacktrenchcoat,
|
||||
/obj/item/clothing/under/suit/tan,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fpmaint2)
|
||||
"aDD" = (
|
||||
@@ -9762,8 +9762,8 @@
|
||||
/area/station/maintenance/abandonedbar)
|
||||
"aFb" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill,
|
||||
/obj/item/reagent_containers/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/condiment/peppermill,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/abandonedbar)
|
||||
"aFc" = (
|
||||
@@ -10505,7 +10505,7 @@
|
||||
/area/station/maintenance/fpmaint)
|
||||
"aHx" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/obj/item/radio/intercom{
|
||||
name = "west bump";
|
||||
pixel_x = -28
|
||||
@@ -10991,7 +10991,7 @@
|
||||
/obj/item/reagent_containers/glass/beaker/waterbottle{
|
||||
pixel_x = 5
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass{
|
||||
pixel_x = -5
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
@@ -11806,7 +11806,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fpmaint)
|
||||
"aLG" = (
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab,
|
||||
/obj/item/food/snacks/meat/slab,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "showroomfloor"
|
||||
},
|
||||
@@ -12066,7 +12066,7 @@
|
||||
/area/station/maintenance/fore)
|
||||
"aMl" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/donut,
|
||||
/obj/item/food/snacks/donut,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fsmaint)
|
||||
"aMo" = (
|
||||
@@ -12258,7 +12258,7 @@
|
||||
/area/station/maintenance/fpmaint)
|
||||
"aMT" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab,
|
||||
/obj/item/food/snacks/meat/slab,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
|
||||
dir = 4
|
||||
},
|
||||
@@ -12307,7 +12307,7 @@
|
||||
/area/station/legal/courtroom)
|
||||
"aNb" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass{
|
||||
pixel_x = -5
|
||||
},
|
||||
/obj/item/reagent_containers/glass/beaker/waterbottle{
|
||||
@@ -12672,7 +12672,7 @@
|
||||
/area/station/maintenance/fpmaint2)
|
||||
"aOo" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab,
|
||||
/obj/item/food/snacks/meat/slab,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "showroomfloor"
|
||||
},
|
||||
@@ -12728,7 +12728,7 @@
|
||||
/obj/item/reagent_containers/glass/beaker/waterbottle{
|
||||
pixel_x = 5
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass{
|
||||
pixel_x = -5
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -12933,7 +12933,7 @@
|
||||
"aPa" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/spawner/random_spawners/blood_maybe,
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab,
|
||||
/obj/item/food/snacks/meat/slab,
|
||||
/obj/item/clothing/mask/face/fox,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/station/maintenance/fpmaint2)
|
||||
@@ -14034,7 +14034,7 @@
|
||||
/obj/structure/closet/wardrobe/white,
|
||||
/obj/item/clothing/shoes/jackboots,
|
||||
/obj/item/reagent_containers/iv_bag/blood/OMinus,
|
||||
/obj/item/reagent_containers/food/drinks/cans/badminbrew,
|
||||
/obj/item/reagent_containers/drinks/cans/badminbrew,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fpmaint2)
|
||||
"aSp" = (
|
||||
@@ -14689,7 +14689,7 @@
|
||||
/area/station/public/dorms)
|
||||
"aUe" = (
|
||||
/obj/structure/closet,
|
||||
/obj/item/reagent_containers/food/drinks/cans/badminbrew,
|
||||
/obj/item/reagent_containers/drinks/cans/badminbrew,
|
||||
/obj/effect/landmark/spawner/nukedisc_respawn,
|
||||
/obj/effect/spawner/lootdrop/maintenance,
|
||||
/turf/simulated/floor/plating,
|
||||
@@ -14927,7 +14927,7 @@
|
||||
/obj/item/roller{
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/britcup,
|
||||
/obj/item/reagent_containers/drinks/britcup,
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 1;
|
||||
icon_state = "whitehall"
|
||||
@@ -16642,7 +16642,7 @@
|
||||
},
|
||||
/obj/item/clothing/head/bearpelt,
|
||||
/obj/item/folder/documents,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka/badminka,
|
||||
/obj/item/lighter/zippo/nt_rep,
|
||||
/obj/item/storage/fancy/cigarettes/cigpack_robustgold,
|
||||
/obj/item/stack/spacecash/c1000,
|
||||
@@ -16861,7 +16861,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fpmaint)
|
||||
"baa" = (
|
||||
/obj/item/reagent_containers/food/snacks/grown/banana,
|
||||
/obj/item/food/snacks/grown/banana,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fpmaint)
|
||||
"bab" = (
|
||||
@@ -17358,7 +17358,7 @@
|
||||
/area/station/maintenance/fpmaint)
|
||||
"bbH" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/baguette,
|
||||
/obj/item/food/snacks/baguette,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fpmaint)
|
||||
"bbI" = (
|
||||
@@ -17379,7 +17379,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fsmaint)
|
||||
"bbJ" = (
|
||||
/obj/item/reagent_containers/food/snacks/grown/banana,
|
||||
/obj/item/food/snacks/grown/banana,
|
||||
/obj/item/storage/backpack/duffel/clown,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fpmaint)
|
||||
@@ -17623,7 +17623,7 @@
|
||||
"bcu" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/pen,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/holywater,
|
||||
/obj/item/reagent_containers/drinks/bottle/holywater,
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
@@ -17961,7 +17961,7 @@
|
||||
"bdp" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/flashlight/lamp/bananalamp,
|
||||
/obj/item/reagent_containers/food/snacks/pie,
|
||||
/obj/item/food/snacks/pie,
|
||||
/obj/machinery/alarm{
|
||||
name = "north bump";
|
||||
pixel_y = 24
|
||||
@@ -19152,8 +19152,8 @@
|
||||
/area/station/service/chapel)
|
||||
"bgj" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/chips,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/food/snacks/chips,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"bgk" = (
|
||||
@@ -23881,7 +23881,7 @@
|
||||
/area/station/maintenance/port)
|
||||
"bsS" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/condiment/enzyme{
|
||||
/obj/item/reagent_containers/condiment/enzyme{
|
||||
layer = 5
|
||||
},
|
||||
/obj/item/stack/packageWrap,
|
||||
@@ -23904,10 +23904,10 @@
|
||||
/area/station/service/kitchen)
|
||||
"bsU" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -3
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = 3
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -24006,12 +24006,12 @@
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/service/bar)
|
||||
"btg" = (
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = 2;
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -2;
|
||||
pixel_y = 4
|
||||
},
|
||||
@@ -24454,7 +24454,7 @@
|
||||
/area/station/service/kitchen)
|
||||
"bus" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/mint,
|
||||
/obj/item/food/snacks/mint,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -24473,7 +24473,7 @@
|
||||
/area/station/service/kitchen)
|
||||
"buu" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/cream,
|
||||
/obj/item/reagent_containers/drinks/bottle/cream,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -27847,11 +27847,11 @@
|
||||
/area/station/supply/office)
|
||||
"bHn" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola{
|
||||
/obj/item/reagent_containers/drinks/cans/cola{
|
||||
pixel_y = 8;
|
||||
pixel_x = -6
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 4;
|
||||
icon_state = "arrival"
|
||||
@@ -28647,7 +28647,7 @@
|
||||
/area/station/public/toilet/unisex)
|
||||
"bJV" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/obj/item/gun/projectile/revolver/doublebarrel,
|
||||
/obj/item/stack/sheet/metal{
|
||||
amount = 50
|
||||
@@ -28695,7 +28695,7 @@
|
||||
pixel_x = -30
|
||||
},
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/dr_gibb,
|
||||
/obj/item/reagent_containers/drinks/cans/dr_gibb,
|
||||
/obj/item/storage/box/patch_packs,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
@@ -28749,7 +28749,7 @@
|
||||
/area/station/science/robotics)
|
||||
"bKo" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/mug,
|
||||
/obj/item/reagent_containers/drinks/mug,
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 10;
|
||||
icon_state = "whitepurple"
|
||||
@@ -28863,8 +28863,8 @@
|
||||
dir = 8;
|
||||
layer = 2.9
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer{
|
||||
/obj/item/reagent_containers/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/drinks/cans/beer{
|
||||
pixel_x = 4;
|
||||
pixel_y = 4
|
||||
},
|
||||
@@ -30367,26 +30367,6 @@
|
||||
"bQo" = (
|
||||
/turf/simulated/wall,
|
||||
/area/station/command/office/hop)
|
||||
"bQw" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/radio/intercom{
|
||||
name = "south bump";
|
||||
pixel_y = -28
|
||||
},
|
||||
/obj/item/storage/fancy/matches,
|
||||
/obj/item/reagent_containers/food/drinks/flask/gold,
|
||||
/obj/item/clothing/mask/cigarette/cigar,
|
||||
/obj/item/razor{
|
||||
pixel_x = -4;
|
||||
pixel_y = 2
|
||||
},
|
||||
/obj/machinery/firealarm{
|
||||
dir = 8;
|
||||
name = "west bump";
|
||||
pixel_x = -24
|
||||
},
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/station/command/office/captain/bedroom)
|
||||
"bQy" = (
|
||||
/obj/machinery/door/airlock{
|
||||
name = "Private Restroom"
|
||||
@@ -32449,7 +32429,7 @@
|
||||
/area/station/maintenance/asmaint2)
|
||||
"bYm" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/mug,
|
||||
/obj/item/reagent_containers/drinks/mug,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/maintenance/asmaint2)
|
||||
"bYr" = (
|
||||
@@ -33244,7 +33224,7 @@
|
||||
/area/station/command/office/cmo)
|
||||
"caR" = (
|
||||
/obj/structure/table/glass,
|
||||
/obj/item/reagent_containers/food/drinks/coffee,
|
||||
/obj/item/reagent_containers/drinks/coffee,
|
||||
/obj/machinery/power/apc{
|
||||
dir = 4;
|
||||
name = "east bump";
|
||||
@@ -35235,9 +35215,9 @@
|
||||
/area/station/medical/medbay2)
|
||||
"chH" = (
|
||||
/obj/structure/closet/cabinet,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/command/office/blueshield)
|
||||
"chI" = (
|
||||
@@ -35316,7 +35296,7 @@
|
||||
c_tag = "Research Director's Office";
|
||||
network = list("Research","SS13")
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/mug/rd,
|
||||
/obj/item/reagent_containers/drinks/mug/rd,
|
||||
/turf/simulated/floor/plasteel{
|
||||
dir = 5;
|
||||
icon_state = "darkpurple"
|
||||
@@ -35334,10 +35314,10 @@
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/cans/bottler/glass_bottle{
|
||||
/obj/item/reagent_containers/drinks/cans/bottler/glass_bottle{
|
||||
pixel_x = 4
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/cans/bottler/glass_bottle{
|
||||
/obj/item/reagent_containers/drinks/cans/bottler/glass_bottle{
|
||||
pixel_x = -9
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
@@ -50017,14 +49997,14 @@
|
||||
/area/station/maintenance/asmaint2)
|
||||
"dgz" = (
|
||||
/obj/structure/table/holotable/wood,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/rum{
|
||||
/obj/item/reagent_containers/drinks/bottle/rum{
|
||||
pixel_y = 2
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass{
|
||||
pixel_x = -8;
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass{
|
||||
pixel_x = 10
|
||||
},
|
||||
/turf/simulated/floor/beach/sand,
|
||||
@@ -50042,7 +50022,7 @@
|
||||
pixel_y = -28
|
||||
},
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/mug,
|
||||
/obj/item/reagent_containers/drinks/mug,
|
||||
/obj/machinery/power/apc{
|
||||
name = "south bump";
|
||||
pixel_y = -24
|
||||
@@ -50134,7 +50114,7 @@
|
||||
"dgY" = (
|
||||
/obj/structure/rack,
|
||||
/obj/effect/spawner/lootdrop/maintenance,
|
||||
/obj/item/reagent_containers/food/snacks/donkpocket,
|
||||
/obj/item/food/snacks/donkpocket,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/aft)
|
||||
"dgZ" = (
|
||||
@@ -50199,7 +50179,7 @@
|
||||
pixel_y = -24
|
||||
},
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = 2;
|
||||
pixel_y = 6
|
||||
},
|
||||
@@ -50731,8 +50711,8 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/drinks/flask/barflask,
|
||||
/obj/item/reagent_containers/food/drinks/flask/barflask,
|
||||
/obj/item/reagent_containers/drinks/flask/barflask,
|
||||
/obj/item/reagent_containers/drinks/flask/barflask,
|
||||
/obj/machinery/status_display{
|
||||
pixel_y = 32
|
||||
},
|
||||
@@ -53944,19 +53924,19 @@
|
||||
/area/station/maintenance/apmaint)
|
||||
"dEb" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab,
|
||||
/obj/item/food/snacks/meat/slab,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/fpmaint)
|
||||
"dEq" = (
|
||||
/obj/structure/rack{
|
||||
dir = 1
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey{
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey{
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey{
|
||||
pixel_x = 3;
|
||||
pixel_y = 3
|
||||
},
|
||||
@@ -54387,7 +54367,7 @@
|
||||
/area/station/maintenance/asmaint)
|
||||
"dOb" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/rum,
|
||||
/obj/item/reagent_containers/drinks/bottle/rum,
|
||||
/obj/item/reagent_containers/glass/rag{
|
||||
pixel_x = -7
|
||||
},
|
||||
@@ -55230,12 +55210,12 @@
|
||||
/obj/structure/rack{
|
||||
dir = 1
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey{
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey{
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey{
|
||||
pixel_x = 3;
|
||||
pixel_y = 3
|
||||
},
|
||||
@@ -55934,11 +55914,11 @@
|
||||
/area/station/maintenance/disposal)
|
||||
"esV" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = -8;
|
||||
pixel_y = 1
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -8;
|
||||
pixel_y = 11
|
||||
},
|
||||
@@ -58186,7 +58166,7 @@
|
||||
/area/station/science/hallway)
|
||||
"fxN" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/maintenance/asmaint)
|
||||
"fxP" = (
|
||||
@@ -60177,8 +60157,8 @@
|
||||
/area/station/security/prisonlockers)
|
||||
"guQ" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = -7
|
||||
},
|
||||
/obj/effect/spawner/lootdrop/maintenance,
|
||||
@@ -60799,7 +60779,7 @@
|
||||
"gMa" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/dough{
|
||||
/obj/item/food/snacks/dough{
|
||||
desc = "A piece of dough. It looks moldy and is hard as a rock. Hope you're not planning on turning this into a pizza..";
|
||||
name = "old dough"
|
||||
},
|
||||
@@ -61067,7 +61047,7 @@
|
||||
/area/station/medical/morgue)
|
||||
"gRe" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/maintenance/asmaint2)
|
||||
"gRg" = (
|
||||
@@ -62603,7 +62583,7 @@
|
||||
/area/station/command/meeting_room)
|
||||
"hDS" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/mug/sci,
|
||||
/obj/item/reagent_containers/drinks/mug/sci,
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
@@ -67430,7 +67410,7 @@
|
||||
"kdh" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/light/small,
|
||||
/obj/item/reagent_containers/food/snacks/grown/cannabis,
|
||||
/obj/item/food/snacks/grown/cannabis,
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/station/maintenance/asmaint)
|
||||
"kdk" = (
|
||||
@@ -67533,7 +67513,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/asmaint)
|
||||
"kgc" = (
|
||||
/obj/item/reagent_containers/food/drinks/cans/badminbrew,
|
||||
/obj/item/reagent_containers/drinks/cans/badminbrew,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/asmaint)
|
||||
"kgg" = (
|
||||
@@ -68103,8 +68083,8 @@
|
||||
},
|
||||
/obj/item/clothing/mask/cigarette/random,
|
||||
/obj/structure/closet/secure_closet/freezer/fridge/open,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/drinks/cans/beer,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/asmaint)
|
||||
@@ -71136,7 +71116,7 @@
|
||||
known_by = list("captain")
|
||||
},
|
||||
/obj/item/gun/projectile/revolver/russian,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/absinthe/premium,
|
||||
/obj/item/reagent_containers/drinks/bottle/absinthe/premium,
|
||||
/obj/item/lighter/zippo/nt_rep,
|
||||
/obj/item/storage/fancy/cigarettes/cigpack_robustgold,
|
||||
/obj/item/toy/figure/crew/captain,
|
||||
@@ -71651,7 +71631,7 @@
|
||||
},
|
||||
/area/station/command/server)
|
||||
"mdX" = (
|
||||
/obj/item/reagent_containers/food/snacks/grown/cannabis,
|
||||
/obj/item/food/snacks/grown/cannabis,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/clothing/mask/cigarette/medical_marijuana,
|
||||
/turf/simulated/floor/wood{
|
||||
@@ -72440,7 +72420,7 @@
|
||||
c_tag = "Medbay Reception Break Room";
|
||||
dir = 4
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/mug/med,
|
||||
/obj/item/reagent_containers/drinks/mug/med,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -79100,7 +79080,7 @@
|
||||
/obj/structure/closet/wardrobe/white,
|
||||
/obj/item/clothing/shoes/jackboots,
|
||||
/obj/item/reagent_containers/iv_bag/blood/OMinus,
|
||||
/obj/item/reagent_containers/food/drinks/cans/badminbrew,
|
||||
/obj/item/reagent_containers/drinks/cans/badminbrew,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/aft)
|
||||
@@ -80251,8 +80231,8 @@
|
||||
/area/station/engineering/atmos)
|
||||
"qpi" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer{
|
||||
/obj/item/reagent_containers/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/drinks/cans/beer{
|
||||
pixel_x = -7
|
||||
},
|
||||
/turf/simulated/floor/plasteel,
|
||||
@@ -82248,7 +82228,7 @@
|
||||
"rkL" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/seeds/cannabis,
|
||||
/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris,
|
||||
/obj/item/food/snacks/grown/ambrosia/vulgaris,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/asmaint)
|
||||
"rkS" = (
|
||||
@@ -87134,7 +87114,7 @@
|
||||
/area/station/maintenance/starboardsolar)
|
||||
"tNc" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/maintenance/aft)
|
||||
"tNn" = (
|
||||
@@ -87330,6 +87310,25 @@
|
||||
icon_state = "vault"
|
||||
},
|
||||
/area/station/maintenance/apmaint)
|
||||
"tRF" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/radio/intercom{
|
||||
name = "south bump";
|
||||
pixel_y = -28
|
||||
},
|
||||
/obj/item/reagent_containers/drinks/flask/gold,
|
||||
/obj/item/clothing/mask/cigarette/cigar,
|
||||
/obj/item/razor{
|
||||
pixel_x = -4;
|
||||
pixel_y = 2
|
||||
},
|
||||
/obj/machinery/firealarm{
|
||||
dir = 8;
|
||||
name = "west bump";
|
||||
pixel_x = -24
|
||||
},
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/station/command/office/captain/bedroom)
|
||||
"tRO" = (
|
||||
/obj/effect/spawner/window/reinforced/grilled,
|
||||
/obj/structure/cable{
|
||||
@@ -87547,17 +87546,17 @@
|
||||
/area/station/science/test_chamber)
|
||||
"tWD" = (
|
||||
/obj/structure/closet/crate,
|
||||
/obj/item/reagent_containers/food/snacks/breadslice,
|
||||
/obj/item/reagent_containers/food/snacks/breadslice,
|
||||
/obj/item/reagent_containers/food/snacks/breadslice,
|
||||
/obj/item/reagent_containers/food/snacks/grown/potato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/potato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/onion,
|
||||
/obj/item/reagent_containers/food/snacks/grown/onion,
|
||||
/obj/item/food/snacks/breadslice,
|
||||
/obj/item/food/snacks/breadslice,
|
||||
/obj/item/food/snacks/breadslice,
|
||||
/obj/item/food/snacks/grown/potato,
|
||||
/obj/item/food/snacks/grown/potato,
|
||||
/obj/item/food/snacks/grown/onion,
|
||||
/obj/item/food/snacks/grown/onion,
|
||||
/obj/item/storage/box/donkpockets,
|
||||
/obj/item/storage/fancy/egg_box,
|
||||
/obj/item/reagent_containers/food/condiment/flour,
|
||||
/obj/item/reagent_containers/food/condiment/rice,
|
||||
/obj/item/reagent_containers/condiment/flour,
|
||||
/obj/item/reagent_containers/condiment/rice,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "bar"
|
||||
},
|
||||
@@ -88124,8 +88123,8 @@
|
||||
/area/station/medical/storage)
|
||||
"uls" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/wine,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{
|
||||
/obj/item/reagent_containers/drinks/bottle/wine,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass{
|
||||
pixel_x = -5
|
||||
},
|
||||
/turf/simulated/floor/wood{
|
||||
@@ -88899,7 +88898,7 @@
|
||||
/area/station/engineering/atmos/distribution)
|
||||
"uGf" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/snacks/grilledcheese{
|
||||
/obj/item/food/snacks/grilledcheese{
|
||||
pixel_y = 9
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
@@ -89210,7 +89209,7 @@
|
||||
/area/station/maintenance/apmaint2)
|
||||
"uRK" = (
|
||||
/obj/item/organ/internal/heart/vox,
|
||||
/obj/item/reagent_containers/food/snacks/fried_vox,
|
||||
/obj/item/food/snacks/fried_vox,
|
||||
/obj/structure/table,
|
||||
/obj/item/scalpel,
|
||||
/turf/simulated/floor/plating,
|
||||
@@ -94915,7 +94914,7 @@
|
||||
/area/station/medical/surgery/observation)
|
||||
"xII" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/pistachios,
|
||||
/obj/item/food/snacks/pistachios,
|
||||
/obj/item/poster/random_contraband,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/maintenance/asmaint)
|
||||
@@ -95796,7 +95795,7 @@
|
||||
pixel_x = 3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/trophy/bronze_cup,
|
||||
/obj/item/reagent_containers/drinks/trophy/bronze_cup,
|
||||
/obj/machinery/light/small{
|
||||
dir = 1
|
||||
},
|
||||
@@ -122995,7 +122994,7 @@ qPl
|
||||
bOK
|
||||
kdk
|
||||
jdt
|
||||
bQw
|
||||
tRF
|
||||
oRE
|
||||
bTS
|
||||
tvD
|
||||
|
||||
@@ -972,7 +972,7 @@
|
||||
/area/mine/outpost/storage)
|
||||
"cl" = (
|
||||
/obj/structure/lattice/catwalk/mining,
|
||||
/obj/item/reagent_containers/food/snacks/fortunecookie{
|
||||
/obj/item/food/snacks/fortunecookie{
|
||||
pixel_y = -5;
|
||||
pixel_x = -6
|
||||
},
|
||||
@@ -1348,7 +1348,7 @@
|
||||
"de" = (
|
||||
/obj/structure/rack,
|
||||
/obj/item/storage/toolbox/emergency,
|
||||
/obj/item/reagent_containers/food/snacks/grown/harebell,
|
||||
/obj/item/food/snacks/grown/harebell,
|
||||
/obj/item/radio/intercom{
|
||||
name = "south bump";
|
||||
pixel_y = -28
|
||||
@@ -2206,22 +2206,22 @@
|
||||
/area/mine/outpost/medbay)
|
||||
"eJ" = (
|
||||
/obj/structure/closet/crate/freezer,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer{
|
||||
/obj/item/reagent_containers/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/drinks/cans/beer{
|
||||
pixel_x = -1;
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer{
|
||||
/obj/item/reagent_containers/drinks/cans/beer{
|
||||
pixel_x = -8
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer{
|
||||
/obj/item/reagent_containers/drinks/cans/beer{
|
||||
pixel_x = 4;
|
||||
pixel_y = 4
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer{
|
||||
/obj/item/reagent_containers/drinks/cans/beer{
|
||||
pixel_x = -7
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer{
|
||||
/obj/item/reagent_containers/drinks/cans/beer{
|
||||
pixel_x = 7;
|
||||
pixel_y = 5
|
||||
},
|
||||
@@ -2375,11 +2375,11 @@
|
||||
/area/mine/outpost/hallway/west)
|
||||
"eW" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = 2;
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -2;
|
||||
pixel_y = 4
|
||||
},
|
||||
@@ -6328,7 +6328,7 @@
|
||||
/area/mine/outpost/production)
|
||||
"Bu" = (
|
||||
/obj/structure/reagent_dispensers/oil,
|
||||
/obj/item/reagent_containers/food/drinks/oilcan,
|
||||
/obj/item/reagent_containers/drinks/oilcan,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/mine/outpost/maintenance/south)
|
||||
"By" = (
|
||||
|
||||
@@ -855,7 +855,7 @@
|
||||
/area/centcom)
|
||||
"du" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/turf/simulated/floor/plasteel/freezer,
|
||||
/area/ninja/holding)
|
||||
"dv" = (
|
||||
@@ -876,7 +876,7 @@
|
||||
/area/ninja/holding)
|
||||
"dy" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/turf/simulated/floor/plasteel/freezer,
|
||||
/area/ninja/holding)
|
||||
"dz" = (
|
||||
@@ -1099,7 +1099,7 @@
|
||||
pixel_y = 5;
|
||||
pixel_x = -7
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/mugwort{
|
||||
/obj/item/reagent_containers/drinks/mugwort{
|
||||
pixel_y = 6;
|
||||
pixel_x = 8
|
||||
},
|
||||
@@ -1413,7 +1413,7 @@
|
||||
/area/ninja/holding)
|
||||
"fv" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/mug/novelty,
|
||||
/obj/item/reagent_containers/drinks/mug/novelty,
|
||||
/obj/item/candle/eternal/wizard{
|
||||
pixel_y = 11
|
||||
},
|
||||
@@ -1449,24 +1449,24 @@
|
||||
/area/shuttle/administration)
|
||||
"fF" = (
|
||||
/obj/structure/closet/secure_closet/freezer/meat/open,
|
||||
/obj/item/reagent_containers/food/snacks/raw_bacon,
|
||||
/obj/item/reagent_containers/food/snacks/raw_bacon,
|
||||
/obj/item/reagent_containers/food/snacks/raw_bacon,
|
||||
/obj/item/reagent_containers/food/snacks/raw_bacon,
|
||||
/obj/item/reagent_containers/food/snacks/sausage,
|
||||
/obj/item/reagent_containers/food/snacks/sausage,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/reagent_containers/food/snacks/catfishmeat,
|
||||
/obj/item/reagent_containers/food/snacks/catfishmeat,
|
||||
/obj/item/reagent_containers/food/snacks/catfishmeat,
|
||||
/obj/item/reagent_containers/food/snacks/catfishmeat,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/reagent_containers/food/snacks/spaghetti,
|
||||
/obj/item/reagent_containers/food/snacks/spaghetti,
|
||||
/obj/item/food/snacks/raw_bacon,
|
||||
/obj/item/food/snacks/raw_bacon,
|
||||
/obj/item/food/snacks/raw_bacon,
|
||||
/obj/item/food/snacks/raw_bacon,
|
||||
/obj/item/food/snacks/sausage,
|
||||
/obj/item/food/snacks/sausage,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/catfishmeat,
|
||||
/obj/item/food/snacks/catfishmeat,
|
||||
/obj/item/food/snacks/catfishmeat,
|
||||
/obj/item/food/snacks/catfishmeat,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/spaghetti,
|
||||
/obj/item/food/snacks/spaghetti,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -2391,11 +2391,11 @@
|
||||
/area/ghost_bar)
|
||||
"iv" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/tonic{
|
||||
/obj/item/reagent_containers/drinks/cans/tonic{
|
||||
pixel_x = 7;
|
||||
pixel_y = 4
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/centcom/evac)
|
||||
"iw" = (
|
||||
@@ -2634,7 +2634,7 @@
|
||||
/area/syndicate_mothership)
|
||||
"jo" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/devilskiss,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/devilskiss,
|
||||
/turf/simulated/floor/plasteel/dark,
|
||||
/area/syndicate_mothership)
|
||||
"jp" = (
|
||||
@@ -3844,7 +3844,7 @@
|
||||
/area/admin)
|
||||
"mV" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/trophy/bronze_cup/toolbox_win,
|
||||
/obj/item/reagent_containers/drinks/trophy/bronze_cup/toolbox_win,
|
||||
/turf/simulated/floor/plasteel/dark,
|
||||
/area/tdome/tdomeobserve)
|
||||
"mW" = (
|
||||
@@ -4105,7 +4105,7 @@
|
||||
/area/shuttle/administration)
|
||||
"nI" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer{
|
||||
/obj/item/reagent_containers/drinks/cans/beer{
|
||||
pixel_x = -2;
|
||||
pixel_y = 5
|
||||
},
|
||||
@@ -4218,7 +4218,7 @@
|
||||
/area/centcom/suppy)
|
||||
"nY" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/snacks/mushroompizzaslice{
|
||||
/obj/item/food/snacks/mushroompizzaslice{
|
||||
pixel_x = -5;
|
||||
pixel_y = 5
|
||||
},
|
||||
@@ -4233,7 +4233,7 @@
|
||||
/area/admin)
|
||||
"ob" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer{
|
||||
/obj/item/reagent_containers/drinks/cans/beer{
|
||||
pixel_x = 5;
|
||||
pixel_y = -2
|
||||
},
|
||||
@@ -4293,7 +4293,7 @@
|
||||
/area/ghost_bar)
|
||||
"om" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/trophy/gold_cup,
|
||||
/obj/item/reagent_containers/drinks/trophy/gold_cup,
|
||||
/turf/simulated/floor/plasteel/dark,
|
||||
/area/tdome/tdomeobserve)
|
||||
"on" = (
|
||||
@@ -4398,11 +4398,11 @@
|
||||
/area/shuttle/trade/sol)
|
||||
"oJ" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -8;
|
||||
pixel_y = 5
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = -8
|
||||
},
|
||||
/obj/item/kitchen/knife,
|
||||
@@ -4411,7 +4411,7 @@
|
||||
name = "west bump";
|
||||
pixel_x = -28
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/enzyme{
|
||||
/obj/item/reagent_containers/condiment/enzyme{
|
||||
pixel_y = 5
|
||||
},
|
||||
/obj/machinery/reagentgrinder{
|
||||
@@ -4791,7 +4791,7 @@
|
||||
/area/holodeck/source_thunderdomecourt)
|
||||
"ql" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/drinks/mug/med,
|
||||
/obj/item/reagent_containers/drinks/mug/med,
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
@@ -4856,7 +4856,7 @@
|
||||
/area/syndicate_mothership)
|
||||
"qw" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/obj/item/reagent_containers/glass/rag,
|
||||
/obj/machinery/newscaster{
|
||||
dir = 1;
|
||||
@@ -4976,7 +4976,7 @@
|
||||
"qT" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/storage/box/drinkingglasses,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/rum,
|
||||
/obj/item/reagent_containers/drinks/bottle/rum,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/syndicate_mothership)
|
||||
"qU" = (
|
||||
@@ -5113,13 +5113,13 @@
|
||||
/area/admin)
|
||||
"ro" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/snacks/grown/citrus/lemon,
|
||||
/obj/item/reagent_containers/food/snacks/grown/berries,
|
||||
/obj/item/reagent_containers/food/snacks/grown/banana,
|
||||
/obj/item/reagent_containers/food/snacks/grown/cherries,
|
||||
/obj/item/reagent_containers/food/snacks/grown/citrus/orange,
|
||||
/obj/item/reagent_containers/food/snacks/grown/corn,
|
||||
/obj/item/reagent_containers/food/snacks/grown/mushroom/amanita,
|
||||
/obj/item/food/snacks/grown/citrus/lemon,
|
||||
/obj/item/food/snacks/grown/berries,
|
||||
/obj/item/food/snacks/grown/banana,
|
||||
/obj/item/food/snacks/grown/cherries,
|
||||
/obj/item/food/snacks/grown/citrus/orange,
|
||||
/obj/item/food/snacks/grown/corn,
|
||||
/obj/item/food/snacks/grown/mushroom/amanita,
|
||||
/turf/simulated/floor/plasteel/freezer,
|
||||
/area/admin)
|
||||
"rp" = (
|
||||
@@ -5347,7 +5347,7 @@
|
||||
"rT" = (
|
||||
/obj/structure/table/wood/poker,
|
||||
/obj/item/clothing/mask/cigarette/cigar/havana,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/cognac,
|
||||
/obj/item/reagent_containers/drinks/bottle/cognac,
|
||||
/turf/simulated/floor/transparent/glass,
|
||||
/area/tdome/tdomeobserve)
|
||||
"rU" = (
|
||||
@@ -5514,7 +5514,7 @@
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/structure/rack/skeletal_bar/left,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/syndicate_mothership)
|
||||
"sD" = (
|
||||
@@ -5522,7 +5522,7 @@
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/structure/rack/skeletal_bar/right,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/gin,
|
||||
/obj/item/reagent_containers/drinks/bottle/gin,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/syndicate_mothership)
|
||||
"sE" = (
|
||||
@@ -5536,7 +5536,7 @@
|
||||
/area/syndicate_mothership)
|
||||
"sF" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
@@ -6695,15 +6695,15 @@
|
||||
/area/ghost_bar)
|
||||
"wN" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -8;
|
||||
pixel_y = 5
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = -8
|
||||
},
|
||||
/obj/item/kitchen/knife,
|
||||
/obj/item/reagent_containers/food/condiment/enzyme{
|
||||
/obj/item/reagent_containers/condiment/enzyme{
|
||||
pixel_y = 5
|
||||
},
|
||||
/obj/machinery/reagentgrinder{
|
||||
@@ -7163,22 +7163,22 @@
|
||||
/area/holodeck/source_boxingcourt)
|
||||
"zj" = (
|
||||
/obj/structure/closet/secure_closet/freezer/fridge/open,
|
||||
/obj/item/reagent_containers/food/snacks/grown/potato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/potato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/whitebeet,
|
||||
/obj/item/reagent_containers/food/snacks/grown/whitebeet,
|
||||
/obj/item/reagent_containers/food/snacks/grown/tomato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/tomato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/rice,
|
||||
/obj/item/reagent_containers/food/snacks/grown/rice,
|
||||
/obj/item/reagent_containers/food/snacks/grown/icepepper,
|
||||
/obj/item/reagent_containers/food/snacks/grown/icepepper,
|
||||
/obj/item/reagent_containers/food/snacks/grown/citrus/lemon,
|
||||
/obj/item/reagent_containers/food/snacks/grown/citrus/lime,
|
||||
/obj/item/reagent_containers/food/snacks/grown/citrus/orange,
|
||||
/obj/item/reagent_containers/food/snacks/grown/cherries,
|
||||
/obj/item/reagent_containers/food/snacks/grown/apple,
|
||||
/obj/item/reagent_containers/food/snacks/grown/ambrosia/deus,
|
||||
/obj/item/food/snacks/grown/potato,
|
||||
/obj/item/food/snacks/grown/potato,
|
||||
/obj/item/food/snacks/grown/whitebeet,
|
||||
/obj/item/food/snacks/grown/whitebeet,
|
||||
/obj/item/food/snacks/grown/tomato,
|
||||
/obj/item/food/snacks/grown/tomato,
|
||||
/obj/item/food/snacks/grown/rice,
|
||||
/obj/item/food/snacks/grown/rice,
|
||||
/obj/item/food/snacks/grown/icepepper,
|
||||
/obj/item/food/snacks/grown/icepepper,
|
||||
/obj/item/food/snacks/grown/citrus/lemon,
|
||||
/obj/item/food/snacks/grown/citrus/lime,
|
||||
/obj/item/food/snacks/grown/citrus/orange,
|
||||
/obj/item/food/snacks/grown/cherries,
|
||||
/obj/item/food/snacks/grown/apple,
|
||||
/obj/item/food/snacks/grown/ambrosia/deus,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -7458,7 +7458,7 @@
|
||||
/area/admin)
|
||||
"As" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/devilskiss,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/devilskiss,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/admin)
|
||||
"At" = (
|
||||
@@ -7536,9 +7536,9 @@
|
||||
"AL" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/storage/fancy/cigarettes/syndicate,
|
||||
/obj/item/reagent_containers/food/drinks/cans/adminbooze,
|
||||
/obj/item/reagent_containers/food/drinks/cans/badminbrew,
|
||||
/obj/item/reagent_containers/food/drinks/cans/madminmalt,
|
||||
/obj/item/reagent_containers/drinks/cans/adminbooze,
|
||||
/obj/item/reagent_containers/drinks/cans/badminbrew,
|
||||
/obj/item/reagent_containers/drinks/cans/madminmalt,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/admin)
|
||||
"AM" = (
|
||||
@@ -7677,7 +7677,7 @@
|
||||
"Bo" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/storage/box/drinkingglasses,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey{
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey{
|
||||
pixel_y = 5
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -7901,7 +7901,7 @@
|
||||
/area/centcom/suppy)
|
||||
"Cj" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/madminmalt{
|
||||
/obj/item/reagent_containers/drinks/cans/madminmalt{
|
||||
pixel_y = 2
|
||||
},
|
||||
/turf/simulated/floor/plasteel,
|
||||
@@ -9895,22 +9895,22 @@
|
||||
/area/shuttle/escape)
|
||||
"Jl" = (
|
||||
/obj/structure/closet/secure_closet/freezer/fridge/open,
|
||||
/obj/item/reagent_containers/food/snacks/grown/potato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/potato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/whitebeet,
|
||||
/obj/item/reagent_containers/food/snacks/grown/whitebeet,
|
||||
/obj/item/reagent_containers/food/snacks/grown/tomato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/tomato,
|
||||
/obj/item/reagent_containers/food/snacks/grown/rice,
|
||||
/obj/item/reagent_containers/food/snacks/grown/rice,
|
||||
/obj/item/reagent_containers/food/snacks/grown/icepepper,
|
||||
/obj/item/reagent_containers/food/snacks/grown/icepepper,
|
||||
/obj/item/reagent_containers/food/snacks/grown/citrus/lemon,
|
||||
/obj/item/reagent_containers/food/snacks/grown/citrus/lime,
|
||||
/obj/item/reagent_containers/food/snacks/grown/citrus/orange,
|
||||
/obj/item/reagent_containers/food/snacks/grown/cherries,
|
||||
/obj/item/reagent_containers/food/snacks/grown/apple,
|
||||
/obj/item/reagent_containers/food/snacks/grown/ambrosia/deus,
|
||||
/obj/item/food/snacks/grown/potato,
|
||||
/obj/item/food/snacks/grown/potato,
|
||||
/obj/item/food/snacks/grown/whitebeet,
|
||||
/obj/item/food/snacks/grown/whitebeet,
|
||||
/obj/item/food/snacks/grown/tomato,
|
||||
/obj/item/food/snacks/grown/tomato,
|
||||
/obj/item/food/snacks/grown/rice,
|
||||
/obj/item/food/snacks/grown/rice,
|
||||
/obj/item/food/snacks/grown/icepepper,
|
||||
/obj/item/food/snacks/grown/icepepper,
|
||||
/obj/item/food/snacks/grown/citrus/lemon,
|
||||
/obj/item/food/snacks/grown/citrus/lime,
|
||||
/obj/item/food/snacks/grown/citrus/orange,
|
||||
/obj/item/food/snacks/grown/cherries,
|
||||
/obj/item/food/snacks/grown/apple,
|
||||
/obj/item/food/snacks/grown/ambrosia/deus,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -9981,24 +9981,24 @@
|
||||
/area/centcom/specops)
|
||||
"JB" = (
|
||||
/obj/structure/closet/secure_closet/freezer/meat/open,
|
||||
/obj/item/reagent_containers/food/snacks/raw_bacon,
|
||||
/obj/item/reagent_containers/food/snacks/raw_bacon,
|
||||
/obj/item/reagent_containers/food/snacks/raw_bacon,
|
||||
/obj/item/reagent_containers/food/snacks/raw_bacon,
|
||||
/obj/item/reagent_containers/food/snacks/sausage,
|
||||
/obj/item/reagent_containers/food/snacks/sausage,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/reagent_containers/food/snacks/catfishmeat,
|
||||
/obj/item/reagent_containers/food/snacks/catfishmeat,
|
||||
/obj/item/reagent_containers/food/snacks/catfishmeat,
|
||||
/obj/item/reagent_containers/food/snacks/catfishmeat,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/reagent_containers/food/snacks/rawcutlet,
|
||||
/obj/item/reagent_containers/food/snacks/spaghetti,
|
||||
/obj/item/reagent_containers/food/snacks/spaghetti,
|
||||
/obj/item/food/snacks/raw_bacon,
|
||||
/obj/item/food/snacks/raw_bacon,
|
||||
/obj/item/food/snacks/raw_bacon,
|
||||
/obj/item/food/snacks/raw_bacon,
|
||||
/obj/item/food/snacks/sausage,
|
||||
/obj/item/food/snacks/sausage,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/catfishmeat,
|
||||
/obj/item/food/snacks/catfishmeat,
|
||||
/obj/item/food/snacks/catfishmeat,
|
||||
/obj/item/food/snacks/catfishmeat,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/rawcutlet,
|
||||
/obj/item/food/snacks/spaghetti,
|
||||
/obj/item/food/snacks/spaghetti,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -10269,25 +10269,25 @@
|
||||
/area/centcom/evac)
|
||||
"Kw" = (
|
||||
/obj/structure/closet/secure_closet/freezer/kitchen,
|
||||
/obj/item/reagent_containers/food/snacks/grown/banana,
|
||||
/obj/item/reagent_containers/food/snacks/grown/banana,
|
||||
/obj/item/reagent_containers/food/snacks/grown/wheat,
|
||||
/obj/item/reagent_containers/food/snacks/grown/wheat,
|
||||
/obj/item/reagent_containers/food/snacks/grown/vanillapod,
|
||||
/obj/item/reagent_containers/food/snacks/grown/vanillapod,
|
||||
/obj/item/reagent_containers/food/snacks/grown/sugarcane,
|
||||
/obj/item/reagent_containers/food/snacks/grown/sugarcane,
|
||||
/obj/item/reagent_containers/food/snacks/grown/oat,
|
||||
/obj/item/reagent_containers/food/snacks/grown/oat,
|
||||
/obj/item/reagent_containers/food/snacks/grown/grapes,
|
||||
/obj/item/reagent_containers/food/snacks/grown/grapes,
|
||||
/obj/item/reagent_containers/food/snacks/grown/corn,
|
||||
/obj/item/reagent_containers/food/snacks/grown/corn,
|
||||
/obj/item/reagent_containers/food/snacks/grown/chili,
|
||||
/obj/item/reagent_containers/food/snacks/grown/chili,
|
||||
/obj/item/reagent_containers/food/snacks/grown/carrot,
|
||||
/obj/item/reagent_containers/food/snacks/grown/apple,
|
||||
/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris,
|
||||
/obj/item/food/snacks/grown/banana,
|
||||
/obj/item/food/snacks/grown/banana,
|
||||
/obj/item/food/snacks/grown/wheat,
|
||||
/obj/item/food/snacks/grown/wheat,
|
||||
/obj/item/food/snacks/grown/vanillapod,
|
||||
/obj/item/food/snacks/grown/vanillapod,
|
||||
/obj/item/food/snacks/grown/sugarcane,
|
||||
/obj/item/food/snacks/grown/sugarcane,
|
||||
/obj/item/food/snacks/grown/oat,
|
||||
/obj/item/food/snacks/grown/oat,
|
||||
/obj/item/food/snacks/grown/grapes,
|
||||
/obj/item/food/snacks/grown/grapes,
|
||||
/obj/item/food/snacks/grown/corn,
|
||||
/obj/item/food/snacks/grown/corn,
|
||||
/obj/item/food/snacks/grown/chili,
|
||||
/obj/item/food/snacks/grown/chili,
|
||||
/obj/item/food/snacks/grown/carrot,
|
||||
/obj/item/food/snacks/grown/apple,
|
||||
/obj/item/food/snacks/grown/ambrosia/vulgaris,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -10940,8 +10940,8 @@
|
||||
/area/centcom/evac)
|
||||
"MF" = (
|
||||
/obj/structure/table/wood/fancy/royalblack,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/cognac{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass,
|
||||
/obj/item/reagent_containers/drinks/bottle/cognac{
|
||||
pixel_x = 10
|
||||
},
|
||||
/turf/simulated/floor/carpet/black,
|
||||
@@ -10954,7 +10954,7 @@
|
||||
/area/centcom/specops)
|
||||
"MH" = (
|
||||
/obj/structure/table/wood/fancy/royalblack,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass,
|
||||
/turf/simulated/floor/carpet/black,
|
||||
/area/centcom/evac)
|
||||
"MI" = (
|
||||
@@ -11101,8 +11101,8 @@
|
||||
/area/centcom/suppy)
|
||||
"MY" = (
|
||||
/obj/structure/table/wood/fancy/royalblack,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka/badminka{
|
||||
pixel_x = -12
|
||||
},
|
||||
/turf/simulated/floor/carpet/black,
|
||||
@@ -11350,11 +11350,11 @@
|
||||
/area/centcom/gamma)
|
||||
"NT" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/sodawater{
|
||||
/obj/item/reagent_containers/drinks/cans/sodawater{
|
||||
pixel_x = 6;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/cans/starkist,
|
||||
/obj/item/reagent_containers/drinks/cans/starkist,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/centcom/evac)
|
||||
"NU" = (
|
||||
@@ -11414,25 +11414,25 @@
|
||||
/obj/structure/closet/secure_closet/freezer/kitchen{
|
||||
req_access = null
|
||||
},
|
||||
/obj/item/reagent_containers/food/snacks/grown/banana,
|
||||
/obj/item/reagent_containers/food/snacks/grown/banana,
|
||||
/obj/item/reagent_containers/food/snacks/grown/wheat,
|
||||
/obj/item/reagent_containers/food/snacks/grown/wheat,
|
||||
/obj/item/reagent_containers/food/snacks/grown/vanillapod,
|
||||
/obj/item/reagent_containers/food/snacks/grown/vanillapod,
|
||||
/obj/item/reagent_containers/food/snacks/grown/sugarcane,
|
||||
/obj/item/reagent_containers/food/snacks/grown/sugarcane,
|
||||
/obj/item/reagent_containers/food/snacks/grown/oat,
|
||||
/obj/item/reagent_containers/food/snacks/grown/oat,
|
||||
/obj/item/reagent_containers/food/snacks/grown/grapes,
|
||||
/obj/item/reagent_containers/food/snacks/grown/grapes,
|
||||
/obj/item/reagent_containers/food/snacks/grown/corn,
|
||||
/obj/item/reagent_containers/food/snacks/grown/corn,
|
||||
/obj/item/reagent_containers/food/snacks/grown/chili,
|
||||
/obj/item/reagent_containers/food/snacks/grown/chili,
|
||||
/obj/item/reagent_containers/food/snacks/grown/carrot,
|
||||
/obj/item/reagent_containers/food/snacks/grown/apple,
|
||||
/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris,
|
||||
/obj/item/food/snacks/grown/banana,
|
||||
/obj/item/food/snacks/grown/banana,
|
||||
/obj/item/food/snacks/grown/wheat,
|
||||
/obj/item/food/snacks/grown/wheat,
|
||||
/obj/item/food/snacks/grown/vanillapod,
|
||||
/obj/item/food/snacks/grown/vanillapod,
|
||||
/obj/item/food/snacks/grown/sugarcane,
|
||||
/obj/item/food/snacks/grown/sugarcane,
|
||||
/obj/item/food/snacks/grown/oat,
|
||||
/obj/item/food/snacks/grown/oat,
|
||||
/obj/item/food/snacks/grown/grapes,
|
||||
/obj/item/food/snacks/grown/grapes,
|
||||
/obj/item/food/snacks/grown/corn,
|
||||
/obj/item/food/snacks/grown/corn,
|
||||
/obj/item/food/snacks/grown/chili,
|
||||
/obj/item/food/snacks/grown/chili,
|
||||
/obj/item/food/snacks/grown/carrot,
|
||||
/obj/item/food/snacks/grown/apple,
|
||||
/obj/item/food/snacks/grown/ambrosia/vulgaris,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -11500,13 +11500,13 @@
|
||||
/area/wizard_station)
|
||||
"Ov" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/madminmalt,
|
||||
/obj/item/reagent_containers/drinks/cans/madminmalt,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/centcom/evac)
|
||||
"Ow" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/lighter/zippo,
|
||||
/obj/item/reagent_containers/food/drinks/cans/dr_gibb,
|
||||
/obj/item/reagent_containers/drinks/cans/dr_gibb,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/centcom/evac)
|
||||
"Ox" = (
|
||||
@@ -11518,12 +11518,12 @@
|
||||
/area/tdome/arena)
|
||||
"Oy" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola,
|
||||
/obj/item/reagent_containers/drinks/cans/cola,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/centcom/evac)
|
||||
"Oz" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/centcom/evac)
|
||||
"OA" = (
|
||||
@@ -11557,7 +11557,7 @@
|
||||
/area/centcom/control)
|
||||
"OE" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/space_mountain_wind,
|
||||
/obj/item/reagent_containers/drinks/cans/space_mountain_wind,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/centcom/evac)
|
||||
"OF" = (
|
||||
@@ -11846,7 +11846,7 @@
|
||||
"Pw" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/storage/box/drinkingglasses,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey{
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey{
|
||||
pixel_y = 5
|
||||
},
|
||||
/turf/simulated/floor/plasteel/dark,
|
||||
@@ -13326,7 +13326,7 @@
|
||||
/area/ghost_bar)
|
||||
"Vs" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/badminbrew,
|
||||
/obj/item/reagent_containers/drinks/cans/badminbrew,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/centcom/evac)
|
||||
"Vt" = (
|
||||
@@ -13344,7 +13344,7 @@
|
||||
/area/tdome/tdomeadmin)
|
||||
"Vv" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/madminmalt,
|
||||
/obj/item/reagent_containers/drinks/cans/madminmalt,
|
||||
/turf/simulated/floor/plasteel,
|
||||
/area/centcom/evac)
|
||||
"Vx" = (
|
||||
@@ -13353,7 +13353,7 @@
|
||||
"Vy" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/storage/box/drinkingglasses,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey{
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey{
|
||||
pixel_y = 5
|
||||
},
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -13391,7 +13391,7 @@
|
||||
/area/centcom/evac)
|
||||
"VH" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/drinks/cans/tonic,
|
||||
/obj/item/reagent_containers/drinks/cans/tonic,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/centcom/evac)
|
||||
"VI" = (
|
||||
@@ -13566,14 +13566,14 @@
|
||||
/area/shuttle/escape)
|
||||
"Wr" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker{
|
||||
/obj/item/reagent_containers/condiment/saltshaker{
|
||||
pixel_x = -8;
|
||||
pixel_y = 5
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/peppermill{
|
||||
/obj/item/reagent_containers/condiment/peppermill{
|
||||
pixel_x = -8
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/britcup,
|
||||
/obj/item/reagent_containers/drinks/britcup,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
/area/shuttle/escape)
|
||||
"an" = (
|
||||
/obj/structure/table/wood/poker,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey,
|
||||
/turf/simulated/floor/carpet/red,
|
||||
/area/shuttle/escape)
|
||||
"ao" = (
|
||||
@@ -245,7 +245,7 @@
|
||||
"aU" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/storage/box/drinkingglasses,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
},
|
||||
@@ -296,7 +296,7 @@
|
||||
"bd" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/storage/box/drinkingglasses,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/obj/item/clothing/mask/cigarette/cigar,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cafeteria"
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
icon_state = "greentext";
|
||||
name = "greentext"
|
||||
},
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker,
|
||||
/obj/item/reagent_containers/condiment/saltshaker,
|
||||
/turf/simulated/floor/mineral/plastitanium/red/brig,
|
||||
/area/shuttle/escape)
|
||||
"aI" = (
|
||||
|
||||
@@ -891,7 +891,7 @@
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/mug/med,
|
||||
/obj/item/reagent_containers/drinks/mug/med,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "cmo"
|
||||
},
|
||||
|
||||
@@ -341,7 +341,7 @@
|
||||
/area/shuttle/escape)
|
||||
"bd" = (
|
||||
/obj/item/storage/box/drinkingglasses,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/obj/structure/table/wood,
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
|
||||
@@ -607,7 +607,7 @@
|
||||
/obj/machinery/light/small{
|
||||
dir = 8
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/mug/med,
|
||||
/obj/item/reagent_containers/drinks/mug/med,
|
||||
/mob/living/carbon/human/monkey,
|
||||
/turf/simulated/floor/grass,
|
||||
/area/shuttle/escape)
|
||||
|
||||
@@ -36,13 +36,13 @@
|
||||
/obj/structure/closet/secure_closet/freezer/meat,
|
||||
/obj/item/grenade/chem_grenade/meat,
|
||||
/obj/item/grenade/clusterbuster/meat,
|
||||
/obj/item/reagent_containers/food/snacks/meat/corgi,
|
||||
/obj/item/reagent_containers/food/snacks/meat/ham,
|
||||
/obj/item/reagent_containers/food/snacks/meat/human,
|
||||
/obj/item/reagent_containers/food/snacks/meat/monkey,
|
||||
/obj/item/reagent_containers/food/snacks/meat/pug,
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab/meatproduct,
|
||||
/obj/item/reagent_containers/food/snacks/meat/syntiflesh,
|
||||
/obj/item/food/snacks/meat/corgi,
|
||||
/obj/item/food/snacks/meat/ham,
|
||||
/obj/item/food/snacks/meat/human,
|
||||
/obj/item/food/snacks/meat/monkey,
|
||||
/obj/item/food/snacks/meat/pug,
|
||||
/obj/item/food/snacks/meat/slab/meatproduct,
|
||||
/obj/item/food/snacks/meat/syntiflesh,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "freezerfloor"
|
||||
},
|
||||
|
||||
@@ -110,8 +110,8 @@
|
||||
/area/ruin/powered/beach)
|
||||
"au" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/reagent_containers/food/condiment/flour,
|
||||
/obj/item/reagent_containers/food/condiment/flour,
|
||||
/obj/item/reagent_containers/condiment/flour,
|
||||
/obj/item/reagent_containers/condiment/flour,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/ruin/powered/beach)
|
||||
"av" = (
|
||||
@@ -120,7 +120,7 @@
|
||||
dir = 8;
|
||||
name = "Beach Bar Desk"
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/obj/item/reagent_containers/glass/rag,
|
||||
/obj/effect/mapping_helpers/airlock/windoor/access/any/service/bar{
|
||||
dir = 8
|
||||
@@ -363,7 +363,7 @@
|
||||
/turf/simulated/floor/beach/sand,
|
||||
/area/ruin/powered/beach)
|
||||
"bP" = (
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/drinks/cans/beer,
|
||||
/turf/simulated/floor/beach/sand,
|
||||
/area/ruin/powered/beach)
|
||||
"bQ" = (
|
||||
|
||||
@@ -165,16 +165,16 @@
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass{
|
||||
pixel_x = 6;
|
||||
pixel_y = 3
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/bottle/wine,
|
||||
/obj/item/reagent_containers/drinks/bottle/wine,
|
||||
/turf/simulated/floor/carpet/black,
|
||||
/area/survivalpod)
|
||||
"B" = (
|
||||
/obj/structure/table/wood/fancy/black,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass{
|
||||
/obj/item/reagent_containers/drinks/drinkingglass{
|
||||
pixel_x = -4;
|
||||
pixel_y = 1
|
||||
},
|
||||
|
||||
@@ -796,7 +796,7 @@
|
||||
|
||||
//Food
|
||||
|
||||
///from base of obj/item/reagent_containers/food/snacks/attack(): (mob/living/eater, mob/feeder)
|
||||
///from base of obj/item/food/snacks/attack(): (mob/living/eater, mob/feeder)
|
||||
#define COMSIG_FOOD_EATEN "food_eaten"
|
||||
|
||||
//Reagent
|
||||
|
||||
@@ -119,7 +119,7 @@ GLOBAL_LIST_INIT(glass_sheet_types, typecacheof(list(
|
||||
#define isradio(A) istype(A, /obj/item/radio)
|
||||
#define ispill(A) istype(A, /obj/item/reagent_containers/pill)
|
||||
#define ispatch(A) istype(A, /obj/item/reagent_containers/patch)
|
||||
#define isfood(A) istype(A, /obj/item/reagent_containers/food)
|
||||
#define isfood(A) istype(A, /obj/item/food)
|
||||
|
||||
// Modsuits
|
||||
#define ismodcontrol(A) istype(A, /obj/item/mod/control)
|
||||
|
||||
@@ -1667,8 +1667,8 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new)
|
||||
/obj/item/reagent_containers/glass/bottle = "BOTTLE",
|
||||
/obj/item/reagent_containers/patch = "PATCH",
|
||||
/obj/item/reagent_containers/pill = "PILL",
|
||||
/obj/item/reagent_containers/food/drinks = "DRINK",
|
||||
/obj/item/reagent_containers/food = "FOOD",
|
||||
/obj/item/reagent_containers/drinks = "DRINK",
|
||||
/obj/item/food = "FOOD",
|
||||
/obj/item/reagent_containers/syringe = "SYRINGE",
|
||||
/obj/item/reagent_containers = "REAGENT_CONTAINERS",
|
||||
/obj/item/robot_parts = "ROBOT_PARTS",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
to_chat(user, "<span class='notice'>You draw a bit of power from [src], you can use <b>middle click</b> or <b>alt click</b> to release the power!</span>")
|
||||
|
||||
/datum/middleClickOverride/badminClicker
|
||||
var/summon_path = /obj/item/reagent_containers/food/snacks/cookie
|
||||
var/summon_path = /obj/item/food/snacks/cookie
|
||||
|
||||
/datum/middleClickOverride/badminClicker/onClick(atom/A, mob/living/user)
|
||||
var/atom/movable/newObject = new summon_path
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
/obj/item/storage/box/engineer = 1,
|
||||
/obj/item/flashlight = 1,
|
||||
/obj/item/card/emag = 1,
|
||||
/obj/item/reagent_containers/food/snacks/syndidonkpocket = 1
|
||||
/obj/item/food/snacks/syndidonkpocket = 1
|
||||
)
|
||||
|
||||
var/id_icon = "syndie"
|
||||
@@ -103,7 +103,7 @@
|
||||
/obj/item/ammo_box/magazine/m10mm = 1,
|
||||
/obj/item/crowbar/red = 1,
|
||||
/obj/item/grenade/plastic/c4 = 1,
|
||||
/obj/item/reagent_containers/food/snacks/syndidonkpocket = 1,
|
||||
/obj/item/food/snacks/syndidonkpocket = 1,
|
||||
/obj/item/flashlight = 1,
|
||||
/obj/item/clothing/shoes/combat = 1
|
||||
)
|
||||
@@ -377,13 +377,13 @@
|
||||
l_ear = /obj/item/radio/headset
|
||||
glasses = /obj/item/clothing/glasses/thermal/monocle
|
||||
id = /obj/item/card/id
|
||||
l_pocket = /obj/item/reagent_containers/food/snacks/grown/banana
|
||||
l_pocket = /obj/item/food/snacks/grown/banana
|
||||
r_pocket = /obj/item/bikehorn
|
||||
r_hand = /obj/item/fireaxe
|
||||
backpack_contents = list(
|
||||
/obj/item/storage/box/survival = 1,
|
||||
/obj/item/flashlight = 1,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/bottleofbanana = 1,
|
||||
/obj/item/reagent_containers/drinks/bottle/bottleofbanana = 1,
|
||||
/obj/item/grenade/clown_grenade = 1,
|
||||
/obj/item/melee/baton/cattleprod = 1,
|
||||
/obj/item/stock_parts/cell/super = 1,
|
||||
@@ -416,14 +416,14 @@
|
||||
pda = /obj/item/pda/mime
|
||||
backpack_contents = list(
|
||||
/obj/item/storage/box/survival = 1,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/bottleofnothing = 1,
|
||||
/obj/item/reagent_containers/drinks/bottle/bottleofnothing = 1,
|
||||
/obj/item/toy/crayon/mime = 1,
|
||||
/obj/item/gun/projectile/automatic/pistol = 1,
|
||||
/obj/item/ammo_box/magazine/m10mm = 1,
|
||||
/obj/item/suppressor = 1,
|
||||
/obj/item/card/emag = 1,
|
||||
/obj/item/radio/uplink = 1,
|
||||
/obj/item/reagent_containers/food/snacks/syndidonkpocket = 1,
|
||||
/obj/item/food/snacks/syndidonkpocket = 1,
|
||||
/obj/item/flashlight = 1
|
||||
)
|
||||
|
||||
@@ -1307,7 +1307,7 @@
|
||||
/obj/item/stamp/clown = 1,
|
||||
/obj/item/toy/crayon/rainbow = 1,
|
||||
/obj/item/reagent_containers/spray/waterflower = 1,
|
||||
/obj/item/reagent_containers/food/snacks/grown/banana = 1,
|
||||
/obj/item/food/snacks/grown/banana = 1,
|
||||
)
|
||||
|
||||
shoes = /obj/item/clothing/shoes/clown_shoes
|
||||
|
||||
@@ -313,7 +313,7 @@
|
||||
// put cool admin-only shit here :)
|
||||
/obj/item/storage/box/debug/misc_debug/populate_contents()
|
||||
new /obj/item/badminBook(src)
|
||||
new /obj/item/reagent_containers/food/drinks/bottle/vodka/badminka(src)
|
||||
new /obj/item/reagent_containers/drinks/bottle/vodka/badminka(src)
|
||||
new /obj/item/crowbar/power(src) // >admin only lol
|
||||
new /obj/item/clothing/gloves/fingerless/rapid/admin(src)
|
||||
new /obj/item/clothing/under/misc/acj(src)
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
/datum/recipe
|
||||
var/list/reagents // example: = list("berryjuice" = 5) // do not list same reagent twice
|
||||
var/list/items // example: =list(/obj/item/crowbar, /obj/item/welder) // place /foo/bar before /foo
|
||||
var/result //example: = /obj/item/reagent_containers/food/snacks/donut
|
||||
var/result //example: = /obj/item/food/snacks/donut
|
||||
var/time = 100 // 1/10 part of second
|
||||
/// Whether or not an upgraded kitchen machine will create more products using the same amount of ingredients
|
||||
var/duplicate = TRUE
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
name = "Chef Excellence's Special Sauce"
|
||||
desc = "A custom sauce made from the highly poisonous fly amanita mushrooms. Anyone who ingests it will take variable toxin damage depending on how long it has been in their system, with a higher dosage taking longer to metabolize."
|
||||
reference = "CESS"
|
||||
item = /obj/item/reagent_containers/food/condiment/syndisauce
|
||||
item = /obj/item/reagent_containers/condiment/syndisauce
|
||||
cost = 10
|
||||
job = list("Chef")
|
||||
surplus = 0 // Far too specific in its use.
|
||||
|
||||
@@ -260,7 +260,7 @@
|
||||
to_chat(user, "<span class='notice'>[src] crumbles to ashes.</span>")
|
||||
qdel(src)
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/bottle/unholywater
|
||||
/obj/item/reagent_containers/drinks/bottle/unholywater
|
||||
name = "flask of unholy water"
|
||||
desc = "Toxic to nonbelievers; this water renews and reinvigorates the faithful of a cult."
|
||||
icon_state = "holyflask"
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
selection_prompt = "You study the rituals on the altar..."
|
||||
selection_title = "Altar"
|
||||
creation_message = "<span class='cultitalic'>You kneel before the altar and your faith is rewarded with a %ITEM%!</span>"
|
||||
choosable_items = list("Eldritch Whetstone" = /obj/item/whetstone/cult, "Flask of Unholy Water" = /obj/item/reagent_containers/food/drinks/bottle/unholywater,
|
||||
choosable_items = list("Eldritch Whetstone" = /obj/item/whetstone/cult, "Flask of Unholy Water" = /obj/item/reagent_containers/drinks/bottle/unholywater,
|
||||
"Construct Shell" = /obj/structure/constructshell)
|
||||
|
||||
/obj/structure/cult/functional/altar/Initialize(mapload)
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
|
||||
/obj/item/organ/internal/heart/gland/egg/activate()
|
||||
owner.visible_message("<span class='alertalien'>[owner] [pick(EGG_LAYING_MESSAGES)]</span>")
|
||||
new /obj/item/reagent_containers/food/snacks/egg/gland(get_turf(owner))
|
||||
new /obj/item/food/snacks/egg/gland(get_turf(owner))
|
||||
|
||||
/obj/item/organ/internal/heart/gland/electric
|
||||
cooldown_low = 800
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
melee_damage_lower = 15
|
||||
melee_damage_upper = 15
|
||||
AIStatus = AI_OFF
|
||||
butcher_results = list(/obj/item/reagent_containers/food/snacks/ectoplasm = 1)
|
||||
butcher_results = list(/obj/item/food/snacks/ectoplasm = 1)
|
||||
var/summoned = FALSE
|
||||
var/cooldown = 0
|
||||
var/damage_transfer = 1 //how much damage from each attack we transfer to the owner
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
wander = FALSE
|
||||
attacktext = "glomps"
|
||||
attack_sound = 'sound/effects/blobattack.ogg'
|
||||
butcher_results = list(/obj/item/reagent_containers/food/snacks/meat/slab = 2)
|
||||
butcher_results = list(/obj/item/food/snacks/meat/slab = 2)
|
||||
|
||||
/// If the morph is disguised or not
|
||||
var/morphed = FALSE
|
||||
|
||||
@@ -880,12 +880,12 @@ GLOBAL_LIST_EMPTY(multiverse)
|
||||
heal_burn = 25
|
||||
heal_oxy = 25
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/everfull
|
||||
/obj/item/reagent_containers/drinks/everfull
|
||||
name = "everfull mug"
|
||||
desc = "An enchanted mug which can be filled with any of various liquids on command."
|
||||
icon_state = "evermug"
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/everfull/attack_self(mob/user)
|
||||
/obj/item/reagent_containers/drinks/everfull/attack_self(mob/user)
|
||||
var/static/list/options = list("Omnizine" = image(icon = 'icons/obj/storage.dmi', icon_state = "firstaid"),
|
||||
"Ale" = image(icon = 'icons/obj/drinks.dmi', icon_state = "alebottle"),
|
||||
"Wine" = image(icon = 'icons/obj/drinks.dmi', icon_state = "wineglass"),
|
||||
@@ -911,7 +911,7 @@ GLOBAL_LIST_EMPTY(multiverse)
|
||||
to_chat(user, "<span class='notice'>The [name] fills to brimming with [options_to_descriptions[choice]].</span>")
|
||||
magic_fill(options_to_reagent[choice])
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/everfull/proc/magic_fill(reagent_choice)
|
||||
/obj/item/reagent_containers/drinks/everfull/proc/magic_fill(reagent_choice)
|
||||
reagents.clear_reagents()
|
||||
reagents.add_reagent(reagent_choice, volume)
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
if(harry)
|
||||
var/mob/living/carbon/human/new_character = makeBody(harry)
|
||||
new_character.mind.make_Wizard() // This puts them at the wizard spawn, worry not
|
||||
new_character.equip_to_slot_or_del(new /obj/item/reagent_containers/food/drinks/mugwort(harry), SLOT_HUD_IN_BACKPACK)
|
||||
new_character.equip_to_slot_or_del(new /obj/item/reagent_containers/drinks/mugwort(harry), SLOT_HUD_IN_BACKPACK)
|
||||
// The first wiznerd can get their mugwort from the wizard's den, new ones will also need mugwort!
|
||||
mages_made++
|
||||
dust_if_respawnable(harry)
|
||||
|
||||
@@ -469,7 +469,7 @@
|
||||
/datum/spellbook_entry/item/everfull_mug
|
||||
name = "Everfull Mug"
|
||||
desc = "A magical mug that can be filled with omnizine at will, though beware of addiction! It can also produce alchohol and other less useful substances."
|
||||
item_path = /obj/item/reagent_containers/food/drinks/everfull
|
||||
item_path = /obj/item/reagent_containers/drinks/everfull
|
||||
cost = 1
|
||||
category = "Artefacts"
|
||||
|
||||
|
||||
@@ -281,12 +281,12 @@
|
||||
id = /obj/item/card/id/clown
|
||||
pda = /obj/item/pda/clown
|
||||
backpack_contents = list(
|
||||
/obj/item/reagent_containers/food/snacks/grown/banana = 1,
|
||||
/obj/item/food/snacks/grown/banana = 1,
|
||||
/obj/item/stamp/clown = 1,
|
||||
/obj/item/toy/crayon/rainbow = 1,
|
||||
/obj/item/storage/fancy/crayons = 1,
|
||||
/obj/item/reagent_containers/spray/waterflower = 1,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/bottleofbanana = 1,
|
||||
/obj/item/reagent_containers/drinks/bottle/bottleofbanana = 1,
|
||||
/obj/item/instrument/bikehorn = 1
|
||||
)
|
||||
|
||||
@@ -377,7 +377,7 @@
|
||||
pda = /obj/item/pda/mime
|
||||
backpack_contents = list(
|
||||
/obj/item/toy/crayon/mime = 1,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/bottleofnothing = 1,
|
||||
/obj/item/reagent_containers/drinks/bottle/bottleofnothing = 1,
|
||||
/obj/item/cane = 1
|
||||
)
|
||||
|
||||
|
||||
@@ -10,12 +10,12 @@
|
||||
// Not a comprehensive list: Further PRs should add appropriate items here.
|
||||
// Meat as usual, monstermeat covers goliath, xeno, spider, bear meat
|
||||
GLOBAL_LIST_INIT(cloner_biomass_items, list(\
|
||||
/obj/item/reagent_containers/food/snacks/meat,\
|
||||
/obj/item/reagent_containers/food/snacks/monstermeat,
|
||||
/obj/item/reagent_containers/food/snacks/carpmeat,
|
||||
/obj/item/reagent_containers/food/snacks/salmonmeat,
|
||||
/obj/item/reagent_containers/food/snacks/catfishmeat,
|
||||
/obj/item/reagent_containers/food/snacks/tofurkey))
|
||||
/obj/item/food/snacks/meat,\
|
||||
/obj/item/food/snacks/monstermeat,
|
||||
/obj/item/food/snacks/carpmeat,
|
||||
/obj/item/food/snacks/salmonmeat,
|
||||
/obj/item/food/snacks/catfishmeat,
|
||||
/obj/item/food/snacks/tofurkey))
|
||||
|
||||
#define MINIMUM_HEAL_LEVEL 40
|
||||
#define CLONE_INITIAL_DAMAGE 190
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
/obj/item/trash/plate,
|
||||
/obj/item/trash/tray,
|
||||
/obj/item/trash/snack_bowl,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/obj/item/kitchen/utensil/fork,
|
||||
/obj/item/shard,
|
||||
/obj/item/broken_bottle)
|
||||
|
||||
@@ -399,7 +399,7 @@
|
||||
qdel(src)
|
||||
|
||||
/obj/item/bombcore/badmin/summon
|
||||
var/summon_path = /obj/item/reagent_containers/food/snacks/cookie
|
||||
var/summon_path = /obj/item/food/snacks/cookie
|
||||
var/amt_summon = 1
|
||||
|
||||
/obj/item/bombcore/badmin/summon/detonate()
|
||||
|
||||
+4
-4
@@ -68,10 +68,10 @@
|
||||
icon_off = "nutri"
|
||||
icon_panel = "thin_vendor"
|
||||
category = VENDOR_TYPE_FOOD
|
||||
products = list(/obj/item/reagent_containers/food/snacks/chips = 6,
|
||||
/obj/item/reagent_containers/food/snacks/sosjerky = 6,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake = 6,
|
||||
/obj/item/reagent_containers/food/snacks/cheesiehonkers = 6)
|
||||
products = list(/obj/item/food/snacks/chips = 6,
|
||||
/obj/item/food/snacks/sosjerky = 6,
|
||||
/obj/item/food/snacks/syndicake = 6,
|
||||
/obj/item/food/snacks/cheesiehonkers = 6)
|
||||
|
||||
/obj/machinery/economy/vending/hydroseeds/syndicate_druglab
|
||||
products = list(/obj/item/seeds/ambrosia/deus = 2,
|
||||
|
||||
+7
-7
@@ -100,13 +100,13 @@
|
||||
/obj/item/kitchen/knife = 3,
|
||||
/obj/item/kitchen/rollingpin = 2,
|
||||
/obj/item/kitchen/sushimat = 3,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass = 8,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass = 8,
|
||||
/obj/item/clothing/suit/chef/classic = 2,
|
||||
/obj/item/storage/belt/chef = 2,
|
||||
/obj/item/reagent_containers/food/condiment/pack/ketchup = 5,
|
||||
/obj/item/reagent_containers/food/condiment/pack/hotsauce = 5,
|
||||
/obj/item/reagent_containers/food/condiment/saltshaker =5,
|
||||
/obj/item/reagent_containers/food/condiment/peppermill =5,
|
||||
/obj/item/reagent_containers/condiment/pack/ketchup = 5,
|
||||
/obj/item/reagent_containers/condiment/pack/hotsauce = 5,
|
||||
/obj/item/reagent_containers/condiment/saltshaker =5,
|
||||
/obj/item/reagent_containers/condiment/peppermill =5,
|
||||
/obj/item/whetstone = 2,
|
||||
/obj/item/mixing_bowl = 10,
|
||||
/obj/item/kitchen/mould/bear = 1,
|
||||
@@ -328,7 +328,7 @@
|
||||
/obj/item/grenade/flashbang = 4,
|
||||
/obj/item/flash = 5,
|
||||
/obj/item/reagent_containers/spray/pepper = 5,
|
||||
/obj/item/reagent_containers/food/snacks/donut = 12,
|
||||
/obj/item/food/snacks/donut = 12,
|
||||
/obj/item/storage/box/evidence = 6,
|
||||
/obj/item/flashlight/seclite = 4,
|
||||
/obj/item/restraints/legcuffs/bola/energy = 7,
|
||||
@@ -340,5 +340,5 @@
|
||||
/obj/item/hailer = 5)
|
||||
|
||||
refill_canister = /obj/item/vending_refill/security
|
||||
prices = list(/obj/item/reagent_containers/food/snacks/donut = 40,
|
||||
prices = list(/obj/item/food/snacks/donut = 40,
|
||||
/obj/item/storage/fancy/donut_box = 200) //Bulk discount
|
||||
|
||||
+100
-100
@@ -41,32 +41,32 @@
|
||||
icon_panel = "smartfridge"
|
||||
icon_broken = "smartfridge"
|
||||
category = VENDOR_TYPE_DRINK
|
||||
products = list(/obj/item/reagent_containers/food/drinks/bottle/gin = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/whiskey = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/tequila = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vodka = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/vermouth = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/rum = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/wine = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bag/goonbag = 3,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/cognac = 5,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/kahlua = 5,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer = 6,
|
||||
/obj/item/reagent_containers/food/drinks/cans/ale = 6,
|
||||
/obj/item/reagent_containers/food/drinks/cans/synthanol = 15,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/orangejuice = 4,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/tomatojuice = 4,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/limejuice = 4,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/cream = 4,
|
||||
/obj/item/reagent_containers/food/drinks/cans/tonic = 8,
|
||||
/obj/item/reagent_containers/food/drinks/cans/cola = 8,
|
||||
/obj/item/reagent_containers/food/drinks/cans/sodawater = 15,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass = 30,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass = 30,
|
||||
/obj/item/reagent_containers/food/drinks/ice = 9)
|
||||
products = list(/obj/item/reagent_containers/drinks/bottle/gin = 5,
|
||||
/obj/item/reagent_containers/drinks/bottle/whiskey = 5,
|
||||
/obj/item/reagent_containers/drinks/bottle/tequila = 5,
|
||||
/obj/item/reagent_containers/drinks/bottle/vodka = 5,
|
||||
/obj/item/reagent_containers/drinks/bottle/vermouth = 5,
|
||||
/obj/item/reagent_containers/drinks/bottle/rum = 5,
|
||||
/obj/item/reagent_containers/drinks/bottle/wine = 5,
|
||||
/obj/item/reagent_containers/drinks/bag/goonbag = 3,
|
||||
/obj/item/reagent_containers/drinks/bottle/cognac = 5,
|
||||
/obj/item/reagent_containers/drinks/bottle/kahlua = 5,
|
||||
/obj/item/reagent_containers/drinks/cans/beer = 6,
|
||||
/obj/item/reagent_containers/drinks/cans/ale = 6,
|
||||
/obj/item/reagent_containers/drinks/cans/synthanol = 15,
|
||||
/obj/item/reagent_containers/drinks/bottle/orangejuice = 4,
|
||||
/obj/item/reagent_containers/drinks/bottle/tomatojuice = 4,
|
||||
/obj/item/reagent_containers/drinks/bottle/limejuice = 4,
|
||||
/obj/item/reagent_containers/drinks/bottle/cream = 4,
|
||||
/obj/item/reagent_containers/drinks/cans/tonic = 8,
|
||||
/obj/item/reagent_containers/drinks/cans/cola = 8,
|
||||
/obj/item/reagent_containers/drinks/cans/sodawater = 15,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass = 30,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/shotglass = 30,
|
||||
/obj/item/reagent_containers/drinks/ice = 9)
|
||||
|
||||
contraband = list(/obj/item/reagent_containers/food/drinks/tea = 10,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/fernet = 5)
|
||||
contraband = list(/obj/item/reagent_containers/drinks/tea = 10,
|
||||
/obj/item/reagent_containers/drinks/bottle/fernet = 5)
|
||||
|
||||
vend_delay = 15
|
||||
slogan_list = list("I hope nobody asks me for a bloody cup o' tea...",
|
||||
@@ -120,25 +120,25 @@
|
||||
item_slot = TRUE
|
||||
vend_delay = 34
|
||||
category = VENDOR_TYPE_DRINK
|
||||
products = list(/obj/item/reagent_containers/food/drinks/coffee = 25,
|
||||
/obj/item/reagent_containers/food/drinks/tea = 25,
|
||||
/obj/item/reagent_containers/food/drinks/h_chocolate = 25,
|
||||
/obj/item/reagent_containers/food/drinks/chocolate = 10,
|
||||
/obj/item/reagent_containers/food/drinks/chicken_soup = 10,
|
||||
/obj/item/reagent_containers/food/drinks/weightloss = 10,
|
||||
/obj/item/reagent_containers/food/drinks/mug = 15,
|
||||
/obj/item/reagent_containers/food/drinks/mug/novelty = 5)
|
||||
products = list(/obj/item/reagent_containers/drinks/coffee = 25,
|
||||
/obj/item/reagent_containers/drinks/tea = 25,
|
||||
/obj/item/reagent_containers/drinks/h_chocolate = 25,
|
||||
/obj/item/reagent_containers/drinks/chocolate = 10,
|
||||
/obj/item/reagent_containers/drinks/chicken_soup = 10,
|
||||
/obj/item/reagent_containers/drinks/weightloss = 10,
|
||||
/obj/item/reagent_containers/drinks/mug = 15,
|
||||
/obj/item/reagent_containers/drinks/mug/novelty = 5)
|
||||
|
||||
contraband = list(/obj/item/reagent_containers/food/drinks/ice = 10)
|
||||
contraband = list(/obj/item/reagent_containers/drinks/ice = 10)
|
||||
|
||||
prices = list(/obj/item/reagent_containers/food/drinks/coffee = 80,
|
||||
/obj/item/reagent_containers/food/drinks/tea = 80,
|
||||
/obj/item/reagent_containers/food/drinks/h_chocolate = 64,
|
||||
/obj/item/reagent_containers/food/drinks/chocolate = 120,
|
||||
/obj/item/reagent_containers/food/drinks/chicken_soup = 100,
|
||||
/obj/item/reagent_containers/food/drinks/weightloss = 50,
|
||||
/obj/item/reagent_containers/food/drinks/mug = 75,
|
||||
/obj/item/reagent_containers/food/drinks/mug/novelty = 100)
|
||||
prices = list(/obj/item/reagent_containers/drinks/coffee = 80,
|
||||
/obj/item/reagent_containers/drinks/tea = 80,
|
||||
/obj/item/reagent_containers/drinks/h_chocolate = 64,
|
||||
/obj/item/reagent_containers/drinks/chocolate = 120,
|
||||
/obj/item/reagent_containers/drinks/chicken_soup = 100,
|
||||
/obj/item/reagent_containers/drinks/weightloss = 50,
|
||||
/obj/item/reagent_containers/drinks/mug = 75,
|
||||
/obj/item/reagent_containers/drinks/mug/novelty = 100)
|
||||
|
||||
refill_canister = /obj/item/vending_refill/coffee
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
prices = list()
|
||||
|
||||
/obj/machinery/economy/vending/coffee/item_slot_check(mob/user, obj/item/I)
|
||||
if(!(istype(I, /obj/item/reagent_containers/glass) || istype(I, /obj/item/reagent_containers/food/drinks)))
|
||||
if(!(istype(I, /obj/item/reagent_containers/glass) || istype(I, /obj/item/reagent_containers/drinks)))
|
||||
return FALSE
|
||||
if(!..())
|
||||
return FALSE
|
||||
@@ -158,9 +158,9 @@
|
||||
/obj/machinery/economy/vending/coffee/do_vend(datum/data/vending_product/R, mob/user)
|
||||
if(..())
|
||||
return
|
||||
var/obj/item/reagent_containers/food/drinks/vended = new R.product_path()
|
||||
var/obj/item/reagent_containers/drinks/vended = new R.product_path()
|
||||
|
||||
if(istype(vended, /obj/item/reagent_containers/food/drinks/mug))
|
||||
if(istype(vended, /obj/item/reagent_containers/drinks/mug))
|
||||
var/put_on_turf = TRUE
|
||||
if(user && iscarbon(user) && user.Adjacent(src))
|
||||
if(user.put_in_hands(vended))
|
||||
@@ -863,12 +863,12 @@
|
||||
icon_off = "nutri"
|
||||
icon_panel = "thin_vendor"
|
||||
category = VENDOR_TYPE_FOOD
|
||||
products = list(/obj/item/reagent_containers/food/snacks/tofu = 24,
|
||||
/obj/item/reagent_containers/food/drinks/ice = 12,
|
||||
/obj/item/reagent_containers/food/snacks/candy/candy_corn = 6)
|
||||
products = list(/obj/item/food/snacks/tofu = 24,
|
||||
/obj/item/reagent_containers/drinks/ice = 12,
|
||||
/obj/item/food/snacks/candy/candy_corn = 6)
|
||||
|
||||
contraband = list(/obj/item/kitchen/knife = 6,
|
||||
/obj/item/reagent_containers/food/drinks/coffee = 12,
|
||||
/obj/item/reagent_containers/drinks/coffee = 12,
|
||||
/obj/item/tank/internals/emergency_oxygen = 6,
|
||||
/obj/item/clothing/mask/breath = 6)
|
||||
|
||||
@@ -886,9 +886,9 @@
|
||||
"We are simple people, for this is all we eat.",
|
||||
"If there is a person, there is a problem. If there is no person, then there is no problem.")
|
||||
|
||||
products = list(/obj/item/reagent_containers/food/drinks/cans/sodawater = 10)
|
||||
products = list(/obj/item/reagent_containers/drinks/cans/sodawater = 10)
|
||||
|
||||
contraband = list(/obj/item/reagent_containers/food/drinks/cans/cola = 7)
|
||||
contraband = list(/obj/item/reagent_containers/drinks/cans/cola = 7)
|
||||
|
||||
resistance_flags = FIRE_PROOF
|
||||
refill_canister = /obj/item/vending_refill/sovietsoda
|
||||
@@ -915,32 +915,32 @@
|
||||
icon_off = "nutri"
|
||||
icon_panel = "thin_vendor"
|
||||
category = VENDOR_TYPE_FOOD
|
||||
products = list(/obj/item/reagent_containers/food/snacks/candy/candybar = 6,
|
||||
/obj/item/reagent_containers/food/drinks/dry_ramen = 6,
|
||||
/obj/item/reagent_containers/food/snacks/chips = 6,
|
||||
/obj/item/reagent_containers/food/snacks/twimsts = 6,
|
||||
/obj/item/reagent_containers/food/snacks/sosjerky = 6,
|
||||
/obj/item/reagent_containers/food/snacks/no_raisin = 6,
|
||||
/obj/item/reagent_containers/food/snacks/pistachios = 6,
|
||||
/obj/item/reagent_containers/food/snacks/spacetwinkie = 6,
|
||||
/obj/item/reagent_containers/food/snacks/cheesiehonkers = 6,
|
||||
/obj/item/reagent_containers/food/snacks/tastybread = 6,
|
||||
/obj/item/reagent_containers/food/snacks/stroopwafel = 2)
|
||||
products = list(/obj/item/food/snacks/candy/candybar = 6,
|
||||
/obj/item/reagent_containers/drinks/dry_ramen = 6,
|
||||
/obj/item/food/snacks/chips = 6,
|
||||
/obj/item/food/snacks/twimsts = 6,
|
||||
/obj/item/food/snacks/sosjerky = 6,
|
||||
/obj/item/food/snacks/no_raisin = 6,
|
||||
/obj/item/food/snacks/pistachios = 6,
|
||||
/obj/item/food/snacks/spacetwinkie = 6,
|
||||
/obj/item/food/snacks/cheesiehonkers = 6,
|
||||
/obj/item/food/snacks/tastybread = 6,
|
||||
/obj/item/food/snacks/stroopwafel = 2)
|
||||
|
||||
contraband = list(/obj/item/reagent_containers/food/snacks/syndicake = 6)
|
||||
contraband = list(/obj/item/food/snacks/syndicake = 6)
|
||||
|
||||
prices = list(/obj/item/reagent_containers/food/snacks/candy/candybar = 64,
|
||||
/obj/item/reagent_containers/food/drinks/dry_ramen = 32,
|
||||
/obj/item/reagent_containers/food/snacks/chips = 64,
|
||||
/obj/item/reagent_containers/food/snacks/twimsts = 64,
|
||||
/obj/item/reagent_containers/food/snacks/sosjerky = 64,
|
||||
/obj/item/reagent_containers/food/snacks/no_raisin = 80,
|
||||
/obj/item/reagent_containers/food/snacks/pistachios = 80,
|
||||
/obj/item/reagent_containers/food/snacks/spacetwinkie = 64,
|
||||
/obj/item/reagent_containers/food/snacks/cheesiehonkers = 64,
|
||||
/obj/item/reagent_containers/food/snacks/tastybread = 80,
|
||||
/obj/item/reagent_containers/food/snacks/stroopwafel = 100,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake = 175) //syndicakes are genuinely kind of powerful
|
||||
prices = list(/obj/item/food/snacks/candy/candybar = 64,
|
||||
/obj/item/reagent_containers/drinks/dry_ramen = 32,
|
||||
/obj/item/food/snacks/chips = 64,
|
||||
/obj/item/food/snacks/twimsts = 64,
|
||||
/obj/item/food/snacks/sosjerky = 64,
|
||||
/obj/item/food/snacks/no_raisin = 80,
|
||||
/obj/item/food/snacks/pistachios = 80,
|
||||
/obj/item/food/snacks/spacetwinkie = 64,
|
||||
/obj/item/food/snacks/cheesiehonkers = 64,
|
||||
/obj/item/food/snacks/tastybread = 80,
|
||||
/obj/item/food/snacks/stroopwafel = 100,
|
||||
/obj/item/food/snacks/syndicake = 175) //syndicakes are genuinely kind of powerful
|
||||
|
||||
refill_canister = /obj/item/vending_refill/snack
|
||||
|
||||
@@ -958,19 +958,19 @@
|
||||
icon_state = "chang"
|
||||
icon_lightmask = "chang"
|
||||
category = VENDOR_TYPE_FOOD
|
||||
products = list(/obj/item/reagent_containers/food/snacks/chinese/chowmein = 6,
|
||||
/obj/item/reagent_containers/food/snacks/chinese/tao = 6,
|
||||
/obj/item/reagent_containers/food/snacks/chinese/sweetsourchickenball = 6,
|
||||
/obj/item/reagent_containers/food/snacks/chinese/newdles = 6,
|
||||
/obj/item/reagent_containers/food/snacks/chinese/rice = 6,
|
||||
/obj/item/reagent_containers/food/snacks/fortunecookie = 6)
|
||||
products = list(/obj/item/food/snacks/chinese/chowmein = 6,
|
||||
/obj/item/food/snacks/chinese/tao = 6,
|
||||
/obj/item/food/snacks/chinese/sweetsourchickenball = 6,
|
||||
/obj/item/food/snacks/chinese/newdles = 6,
|
||||
/obj/item/food/snacks/chinese/rice = 6,
|
||||
/obj/item/food/snacks/fortunecookie = 6)
|
||||
|
||||
prices = list(/obj/item/reagent_containers/food/snacks/chinese/chowmein = 125,
|
||||
/obj/item/reagent_containers/food/snacks/chinese/tao = 125,
|
||||
/obj/item/reagent_containers/food/snacks/chinese/sweetsourchickenball = 125,
|
||||
/obj/item/reagent_containers/food/snacks/chinese/newdles = 100,
|
||||
/obj/item/reagent_containers/food/snacks/chinese/rice = 100,
|
||||
/obj/item/reagent_containers/food/snacks/fortunecookie = 50)
|
||||
prices = list(/obj/item/food/snacks/chinese/chowmein = 125,
|
||||
/obj/item/food/snacks/chinese/tao = 125,
|
||||
/obj/item/food/snacks/chinese/sweetsourchickenball = 125,
|
||||
/obj/item/food/snacks/chinese/newdles = 100,
|
||||
/obj/item/food/snacks/chinese/rice = 100,
|
||||
/obj/item/food/snacks/fortunecookie = 50)
|
||||
|
||||
refill_canister = /obj/item/vending_refill/chinese
|
||||
|
||||
@@ -993,22 +993,22 @@
|
||||
"The best drinks in space.")
|
||||
|
||||
category = VENDOR_TYPE_DRINK
|
||||
products = list(/obj/item/reagent_containers/food/drinks/cans/cola = 10,
|
||||
/obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 10,
|
||||
/obj/item/reagent_containers/food/drinks/cans/dr_gibb = 10,
|
||||
/obj/item/reagent_containers/food/drinks/cans/starkist = 10,
|
||||
/obj/item/reagent_containers/food/drinks/cans/space_up = 10,
|
||||
/obj/item/reagent_containers/food/drinks/cans/grape_juice = 10,
|
||||
products = list(/obj/item/reagent_containers/drinks/cans/cola = 10,
|
||||
/obj/item/reagent_containers/drinks/cans/space_mountain_wind = 10,
|
||||
/obj/item/reagent_containers/drinks/cans/dr_gibb = 10,
|
||||
/obj/item/reagent_containers/drinks/cans/starkist = 10,
|
||||
/obj/item/reagent_containers/drinks/cans/space_up = 10,
|
||||
/obj/item/reagent_containers/drinks/cans/grape_juice = 10,
|
||||
/obj/item/reagent_containers/glass/beaker/waterbottle = 10)
|
||||
|
||||
contraband = list(/obj/item/reagent_containers/food/drinks/cans/thirteenloko = 5)
|
||||
contraband = list(/obj/item/reagent_containers/drinks/cans/thirteenloko = 5)
|
||||
|
||||
prices = list(/obj/item/reagent_containers/food/drinks/cans/cola = 45,
|
||||
/obj/item/reagent_containers/food/drinks/cans/space_mountain_wind = 50,
|
||||
/obj/item/reagent_containers/food/drinks/cans/dr_gibb = 50,
|
||||
/obj/item/reagent_containers/food/drinks/cans/starkist = 50,
|
||||
/obj/item/reagent_containers/food/drinks/cans/space_up = 50,
|
||||
/obj/item/reagent_containers/food/drinks/cans/grape_juice = 50,
|
||||
prices = list(/obj/item/reagent_containers/drinks/cans/cola = 45,
|
||||
/obj/item/reagent_containers/drinks/cans/space_mountain_wind = 50,
|
||||
/obj/item/reagent_containers/drinks/cans/dr_gibb = 50,
|
||||
/obj/item/reagent_containers/drinks/cans/starkist = 50,
|
||||
/obj/item/reagent_containers/drinks/cans/space_up = 50,
|
||||
/obj/item/reagent_containers/drinks/cans/grape_juice = 50,
|
||||
/obj/item/reagent_containers/glass/beaker/waterbottle = 20)
|
||||
|
||||
refill_canister = /obj/item/vending_refill/cola
|
||||
|
||||
+2
-2
@@ -112,7 +112,7 @@
|
||||
/obj/item/clothing/head/fedora/whitefedora = 1,
|
||||
/obj/item/clothing/gloves/color/black = 2,
|
||||
/obj/item/clothing/gloves/color/latex = 2,
|
||||
/obj/item/reagent_containers/food/drinks/flask/detflask = 2,
|
||||
/obj/item/reagent_containers/drinks/flask/detflask = 2,
|
||||
/obj/item/storage/fancy/cigarettes/dromedaryco = 5)
|
||||
|
||||
prices = list(/obj/item/clothing/under/rank/security/detective = 50,
|
||||
@@ -134,7 +134,7 @@
|
||||
/obj/item/clothing/head/fedora/whitefedora = 20,
|
||||
/obj/item/clothing/gloves/color/black = 20,
|
||||
/obj/item/clothing/gloves/color/latex = 20,
|
||||
/obj/item/reagent_containers/food/drinks/flask/detflask = 50,
|
||||
/obj/item/reagent_containers/drinks/flask/detflask = 50,
|
||||
/obj/item/storage/fancy/cigarettes/dromedaryco = 5)
|
||||
|
||||
contraband = list(/obj/item/toy/figure/crew/detective = 1)
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
reagents.add_reagent_list(scoop_reagents)
|
||||
|
||||
/obj/effect/decal/attackby(obj/item/I, mob/user)
|
||||
if(istype(I, /obj/item/reagent_containers/glass) || istype(I, /obj/item/reagent_containers/food/drinks))
|
||||
if(istype(I, /obj/item/reagent_containers/glass) || istype(I, /obj/item/reagent_containers/drinks))
|
||||
scoop(I, user)
|
||||
else if(issimulatedturf(loc))
|
||||
I.melee_attack_chain(user, loc)
|
||||
|
||||
@@ -304,7 +304,7 @@ GLOBAL_LIST_INIT(meteors_ops, list(/obj/effect/meteor/goreops)) //Meaty Ops
|
||||
hits = 2
|
||||
heavy = TRUE
|
||||
meteorsound = 'sound/effects/blobattack.ogg'
|
||||
meteordrop = list(/obj/item/reagent_containers/food/snacks/meat/human, /obj/item/organ/internal/heart, /obj/item/organ/internal/lungs, /obj/item/organ/internal/appendix)
|
||||
meteordrop = list(/obj/item/food/snacks/meat/human, /obj/item/organ/internal/heart, /obj/item/organ/internal/lungs, /obj/item/organ/internal/appendix)
|
||||
var/meteorgibs = /obj/effect/gibspawner/generic
|
||||
|
||||
/obj/effect/meteor/meaty/make_debris()
|
||||
@@ -323,7 +323,7 @@ GLOBAL_LIST_INIT(meteors_ops, list(/obj/effect/meteor/goreops)) //Meaty Ops
|
||||
//Meaty Ore Xeno edition
|
||||
/obj/effect/meteor/meaty/xeno
|
||||
color = "#5EFF00"
|
||||
meteordrop = list(/obj/item/reagent_containers/food/snacks/monstermeat/xenomeat)
|
||||
meteordrop = list(/obj/item/food/snacks/monstermeat/xenomeat)
|
||||
meteorgibs = /obj/effect/gibspawner/xeno
|
||||
|
||||
/obj/effect/meteor/meaty/xeno/Initialize(mapload, target)
|
||||
@@ -342,7 +342,7 @@ GLOBAL_LIST_INIT(meteors_ops, list(/obj/effect/meteor/goreops)) //Meaty Ops
|
||||
hits = 10
|
||||
hitpwr = EXPLODE_DEVASTATE
|
||||
meteorsound = 'sound/effects/blobattack.ogg'
|
||||
meteordrop = list(/obj/item/reagent_containers/food/snacks/meat)
|
||||
meteordrop = list(/obj/item/food/snacks/meat)
|
||||
var/meteorgibs = /obj/effect/gibspawner/generic
|
||||
|
||||
/obj/effect/meteor/goreops/make_debris()
|
||||
@@ -370,7 +370,7 @@ GLOBAL_LIST_INIT(meteors_ops, list(/obj/effect/meteor/goreops)) //Meaty Ops
|
||||
hits = 10
|
||||
heavy = TRUE
|
||||
dropamt = 1
|
||||
meteordrop = list(/obj/item/clothing/head/hardhat/pumpkinhead, /obj/item/reagent_containers/food/snacks/grown/pumpkin)
|
||||
meteordrop = list(/obj/item/clothing/head/hardhat/pumpkinhead, /obj/item/food/snacks/grown/pumpkin)
|
||||
|
||||
/obj/effect/meteor/pumpkin/Initialize(mapload, target)
|
||||
. = ..()
|
||||
|
||||
@@ -421,20 +421,20 @@
|
||||
lootcount = 3
|
||||
lootdoubles = FALSE
|
||||
var/soups = list(
|
||||
/obj/item/reagent_containers/food/snacks/soup/beetsoup,
|
||||
/obj/item/reagent_containers/food/snacks/soup/stew,
|
||||
/obj/item/reagent_containers/food/snacks/soup/hotchili,
|
||||
/obj/item/reagent_containers/food/snacks/soup/nettlesoup,
|
||||
/obj/item/reagent_containers/food/snacks/soup/meatballsoup)
|
||||
/obj/item/food/snacks/soup/beetsoup,
|
||||
/obj/item/food/snacks/soup/stew,
|
||||
/obj/item/food/snacks/soup/hotchili,
|
||||
/obj/item/food/snacks/soup/nettlesoup,
|
||||
/obj/item/food/snacks/soup/meatballsoup)
|
||||
var/salads = list(
|
||||
/obj/item/reagent_containers/food/snacks/salad/herb,
|
||||
/obj/item/reagent_containers/food/snacks/salad/valid,
|
||||
/obj/item/reagent_containers/food/snacks/salad/aesir)
|
||||
/obj/item/food/snacks/salad/herb,
|
||||
/obj/item/food/snacks/salad/valid,
|
||||
/obj/item/food/snacks/salad/aesir)
|
||||
var/mains = list(
|
||||
/obj/item/reagent_containers/food/snacks/enchiladas,
|
||||
/obj/item/reagent_containers/food/snacks/stewedsoymeat,
|
||||
/obj/item/reagent_containers/food/snacks/burger/bigbite,
|
||||
/obj/item/reagent_containers/food/snacks/burger/superbite)
|
||||
/obj/item/food/snacks/enchiladas,
|
||||
/obj/item/food/snacks/stewedsoymeat,
|
||||
/obj/item/food/snacks/burger/bigbite,
|
||||
/obj/item/food/snacks/burger/superbite)
|
||||
|
||||
/obj/effect/spawner/lootdrop/three_course_meal/Initialize(mapload)
|
||||
loot = list(pick(soups) = 1,pick(salads) = 1,pick(mains) = 1)
|
||||
|
||||
@@ -266,7 +266,7 @@
|
||||
spawn_inside = null
|
||||
result = list(/datum/nothing = 1,
|
||||
/obj/item/wrench = 1,
|
||||
/obj/item/reagent_containers/food/snacks/syndicake = 1,
|
||||
/obj/item/food/snacks/syndicake = 1,
|
||||
/obj/item/coin/antagtoken/syndicate = 1,
|
||||
/obj/item/gun/projectile/automatic/pistol = 1)
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
/obj/item/book/granter/spell/summon_cheese/recoil(mob/living/user)
|
||||
to_chat(user, "<span class='warning'>[src] turns into a wedge of cheese!</span>")
|
||||
var/obj/item/reagent_containers/food/snacks/cheesewedge/presliced/book_cheese = new
|
||||
var/obj/item/food/snacks/cheesewedge/presliced/book_cheese = new
|
||||
user.drop_item()
|
||||
user.put_in_hands(book_cheese)
|
||||
qdel(src)
|
||||
@@ -35,7 +35,7 @@
|
||||
overlay = null
|
||||
action_icon_state = "cheese_wedge"
|
||||
action_background_icon_state = "bg_spell"
|
||||
summon_type = list(/obj/item/reagent_containers/food/snacks/cheesewedge/presliced)
|
||||
summon_type = list(/obj/item/food/snacks/cheesewedge/presliced)
|
||||
summon_amt = 9
|
||||
aoe_range = 1
|
||||
summon_ignore_prev_spawn_points = TRUE
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
return add_item(S, user)
|
||||
else
|
||||
return add_item(I, user)
|
||||
else if(is_type_in_list(I, list(/obj/item/reagent_containers/glass, /obj/item/reagent_containers/food/drinks, /obj/item/reagent_containers/food/condiment)))
|
||||
else if(is_type_in_list(I, list(/obj/item/reagent_containers/glass, /obj/item/reagent_containers/drinks, /obj/item/reagent_containers/condiment)))
|
||||
if(!I.reagents)
|
||||
return 1
|
||||
for(var/datum/reagent/R in I.reagents.reagent_list)
|
||||
@@ -68,20 +68,20 @@
|
||||
var/list/items_measures_p = new
|
||||
for(var/obj/O in contents)
|
||||
var/display_name = O.name
|
||||
if(istype(O,/obj/item/reagent_containers/food/snacks/egg))
|
||||
if(istype(O,/obj/item/food/snacks/egg))
|
||||
items_measures[display_name] = "egg"
|
||||
items_measures_p[display_name] = "eggs"
|
||||
if(istype(O,/obj/item/reagent_containers/food/snacks/tofu))
|
||||
if(istype(O,/obj/item/food/snacks/tofu))
|
||||
items_measures[display_name] = "tofu chunk"
|
||||
items_measures_p[display_name] = "tofu chunks"
|
||||
if(istype(O,/obj/item/reagent_containers/food/snacks/meat)) //any meat
|
||||
if(istype(O,/obj/item/food/snacks/meat)) //any meat
|
||||
items_measures[display_name] = "slab of meat"
|
||||
items_measures_p[display_name] = "slabs of meat"
|
||||
if(istype(O,/obj/item/reagent_containers/food/snacks/donkpocket))
|
||||
if(istype(O,/obj/item/food/snacks/donkpocket))
|
||||
display_name = "Turnovers"
|
||||
items_measures[display_name] = "turnover"
|
||||
items_measures_p[display_name] = "turnovers"
|
||||
if(istype(O,/obj/item/reagent_containers/food/snacks/carpmeat))
|
||||
if(istype(O,/obj/item/food/snacks/carpmeat))
|
||||
items_measures[display_name] = "fillet of meat"
|
||||
items_measures_p[display_name] = "fillets of meat"
|
||||
items_counts[display_name]++
|
||||
@@ -165,7 +165,7 @@
|
||||
if(id)
|
||||
amount += reagents.get_reagent_amount(id)
|
||||
reagents.clear_reagents()
|
||||
var/obj/item/reagent_containers/food/snacks/badrecipe/mysteryfood = new(get_turf(source))
|
||||
var/obj/item/food/snacks/badrecipe/mysteryfood = new(get_turf(source))
|
||||
mysteryfood.reagents.add_reagent("carbon", amount)
|
||||
mysteryfood.reagents.add_reagent("????", amount / 10)
|
||||
make_dirty(75)
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
new T(loc)
|
||||
qdel(src)
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/bottle/random_drink
|
||||
/obj/item/reagent_containers/drinks/bottle/random_drink
|
||||
name = "unlabelled drink"
|
||||
icon = 'icons/obj/drinks.dmi'
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/bottle/random_drink/Initialize(mapload)
|
||||
/obj/item/reagent_containers/drinks/bottle/random_drink/Initialize(mapload)
|
||||
. = ..()
|
||||
var/list/possible_drinks = GLOB.drinks.Copy()
|
||||
if(prob(50))
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
return
|
||||
|
||||
/obj/item/toy/balloon/attackby(obj/O as obj, mob/user as mob, params)
|
||||
if(istype(O, /obj/item/reagent_containers/glass) || istype(O, /obj/item/reagent_containers/food/drinks/drinkingglass))
|
||||
if(istype(O, /obj/item/reagent_containers/glass) || istype(O, /obj/item/reagent_containers/drinks/drinkingglass))
|
||||
if(O.reagents)
|
||||
if(O.reagents.total_volume < 1)
|
||||
to_chat(user, "[O] is empty.")
|
||||
@@ -781,8 +781,8 @@
|
||||
item_state = "plushie_ipc"
|
||||
|
||||
/obj/item/toy/plushie/ipcplushie/attackby(obj/item/B, mob/user, params)
|
||||
if(istype(B, /obj/item/reagent_containers/food/snacks/breadslice))
|
||||
new /obj/item/reagent_containers/food/snacks/toast(get_turf(loc))
|
||||
if(istype(B, /obj/item/food/snacks/breadslice))
|
||||
new /obj/item/food/snacks/toast(get_turf(loc))
|
||||
to_chat(user, "<span class='notice'> You insert bread into the toaster. </span>")
|
||||
playsound(loc, 'sound/machines/ding.ogg', 50, 1)
|
||||
qdel(B)
|
||||
|
||||
@@ -22,15 +22,15 @@
|
||||
to_chat(user, "<span class='notice'>Choose an item to dispense!</span>")
|
||||
else
|
||||
to_chat(user, "<span class='notice'>You are currently dispensing a [initial(currently_dispensing.name)].</span>")
|
||||
var/static/list/rsf_items = list("Drinking Glass" = /obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
var/static/list/rsf_items = list("Drinking Glass" = /obj/item/reagent_containers/drinks/drinkingglass,
|
||||
"Paper" = /obj/item/paper,
|
||||
"Pen" = /obj/item/pen,
|
||||
"Dice Pack" = /obj/item/storage/bag/dice,
|
||||
"Cigarette" = /obj/item/clothing/mask/cigarette,
|
||||
"Newdles" = /obj/item/reagent_containers/food/snacks/chinese/newdles,
|
||||
"Donut" = /obj/item/reagent_containers/food/snacks/donut,
|
||||
"Chicken Soup" = /obj/item/reagent_containers/food/drinks/chicken_soup,
|
||||
"Tofu Burger" = /obj/item/reagent_containers/food/snacks/burger/tofu)
|
||||
"Newdles" = /obj/item/food/snacks/chinese/newdles,
|
||||
"Donut" = /obj/item/food/snacks/donut,
|
||||
"Chicken Soup" = /obj/item/reagent_containers/drinks/chicken_soup,
|
||||
"Tofu Burger" = /obj/item/food/snacks/burger/tofu)
|
||||
var/static/list/rsf_icons = list("Drinking Glass" = image(icon = 'icons/obj/drinks.dmi', icon_state = "glass_empty"),
|
||||
"Paper" = image(icon = 'icons/obj/bureaucracy.dmi', icon_state = "paper"),
|
||||
"Pen" = image(icon = 'icons/obj/bureaucracy.dmi', icon_state = "pen"),
|
||||
|
||||
@@ -534,8 +534,8 @@ LIGHTERS ARE IN LIGHTERS.DM
|
||||
/obj/item/rollingpaper/afterattack(atom/target, mob/user, proximity)
|
||||
if(!proximity)
|
||||
return
|
||||
if(istype(target, /obj/item/reagent_containers/food/snacks/grown))
|
||||
var/obj/item/reagent_containers/food/snacks/grown/O = target
|
||||
if(istype(target, /obj/item/food/snacks/grown))
|
||||
var/obj/item/food/snacks/grown/O = target
|
||||
if(O.dry)
|
||||
user.unEquip(target, 1)
|
||||
user.unEquip(src, 1)
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
if(11)
|
||||
//Cookie
|
||||
T.visible_message("<span class='userdanger'>A cookie appears out of thin air!</span>")
|
||||
var/obj/item/reagent_containers/food/snacks/cookie/C = new(drop_location())
|
||||
var/obj/item/food/snacks/cookie/C = new(drop_location())
|
||||
create_smoke(2)
|
||||
C.name = "Cookie of Fate"
|
||||
if(12)
|
||||
|
||||
@@ -79,8 +79,8 @@
|
||||
/obj/random/mech,
|
||||
/obj/item/toy/spinningtoy,
|
||||
/obj/item/toy/sword,
|
||||
/obj/item/reagent_containers/food/snacks/grown/ambrosia/deus,
|
||||
/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris,
|
||||
/obj/item/food/snacks/grown/ambrosia/deus,
|
||||
/obj/item/food/snacks/grown/ambrosia/vulgaris,
|
||||
/obj/item/paicard,
|
||||
/obj/item/instrument/violin,
|
||||
/obj/item/instrument/guitar,
|
||||
|
||||
@@ -324,8 +324,8 @@
|
||||
desc = "A custom made large grenade. It affects a larger area."
|
||||
icon_state = "large_grenade"
|
||||
bomb_state = "largebomb"
|
||||
allowed_containers = list(/obj/item/reagent_containers/glass,/obj/item/reagent_containers/food/condiment,
|
||||
/obj/item/reagent_containers/food/drinks)
|
||||
allowed_containers = list(/obj/item/reagent_containers/glass,/obj/item/reagent_containers/condiment,
|
||||
/obj/item/reagent_containers/drinks)
|
||||
origin_tech = "combat=3;engineering=3"
|
||||
affected_area = 5
|
||||
ignition_temp = 25 // Large grenades are slightly more effective at setting off heat-sensitive mixtures than smaller grenades.
|
||||
|
||||
@@ -141,7 +141,7 @@
|
||||
|
||||
/obj/item/grenade/clusterbuster/booze
|
||||
name = "\improper Booze Grenade"
|
||||
payload = /obj/item/reagent_containers/food/drinks/bottle/random_drink
|
||||
payload = /obj/item/reagent_containers/drinks/bottle/random_drink
|
||||
|
||||
/obj/item/grenade/clusterbuster/honk
|
||||
name = "\improper Mega Honk Grenade"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
/obj/item/grenade/iedcasing/CheckParts(list/parts_list)
|
||||
..()
|
||||
var/obj/item/reagent_containers/food/drinks/cans/can = locate() in contents
|
||||
var/obj/item/reagent_containers/drinks/cans/can = locate() in contents
|
||||
if(can)
|
||||
can.pixel_x = 0 //Reset the sprite's position to make it consistent with the rest of the IED
|
||||
can.pixel_y = 0
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
return ..()
|
||||
|
||||
if(length(contents))
|
||||
var/obj/item/reagent_containers/food/snacks/toEat = contents[1]
|
||||
var/obj/item/food/snacks/toEat = contents[1]
|
||||
if(istype(toEat))
|
||||
if(C.eat(toEat, user))
|
||||
toEat.On_Consume(C, user)
|
||||
|
||||
@@ -116,12 +116,12 @@
|
||||
new /obj/item/radio/headset/headset_service(src)
|
||||
new /obj/item/pda/clown(src)
|
||||
new /obj/item/storage/box/survival(src)
|
||||
new /obj/item/reagent_containers/food/snacks/grown/banana(src)
|
||||
new /obj/item/food/snacks/grown/banana(src)
|
||||
new /obj/item/stamp/clown(src)
|
||||
new /obj/item/toy/crayon/rainbow(src)
|
||||
new /obj/item/storage/fancy/crayons(src)
|
||||
new /obj/item/reagent_containers/spray/waterflower(src)
|
||||
new /obj/item/reagent_containers/food/drinks/bottle/bottleofbanana(src)
|
||||
new /obj/item/reagent_containers/drinks/bottle/bottleofbanana(src)
|
||||
new /obj/item/instrument/bikehorn(src)
|
||||
new /obj/item/bikehorn(src)
|
||||
new /obj/item/dnainjector/comic(src)
|
||||
@@ -717,7 +717,7 @@
|
||||
/obj/item/organ/internal/heart/cursed/wizard = 1,
|
||||
/obj/item/organ/internal/vocal_cords/colossus/wizard = 2,
|
||||
/obj/item/warp_cube/red = 1,
|
||||
/obj/item/reagent_containers/food/drinks/everfull = 2,
|
||||
/obj/item/reagent_containers/drinks/everfull = 2,
|
||||
/obj/item/clothing/suit/space/hardsuit/shielded/wizard = 2,
|
||||
/obj/item/immortality_talisman = 1 ) //spells recharge when invincible
|
||||
var/obj/item/pickeda = pick(list_a)
|
||||
@@ -749,7 +749,7 @@
|
||||
value += 1
|
||||
if(8)
|
||||
if(prob(25))
|
||||
new /obj/item/reagent_containers/food/snacks/grown/nymph_pod(src)
|
||||
new /obj/item/food/snacks/grown/nymph_pod(src)
|
||||
new /obj/item/slimepotion/sentience(src)
|
||||
else
|
||||
new /obj/item/paicard(src) //Still useful, not a point useful.
|
||||
@@ -757,10 +757,10 @@
|
||||
//Treat / potion. Free.
|
||||
var/obj/item/pickedt = pick(
|
||||
/obj/item/storage/box/syndidonkpockets, // Healing + speed
|
||||
/obj/item/reagent_containers/food/drinks/bottle/dragonsbreath, // Killing
|
||||
/obj/item/reagent_containers/food/drinks/bottle/immortality, // Super healing for 20 seconds
|
||||
/obj/item/reagent_containers/food/snacks/meatsteak/stimulating, //Healing + stun immunity
|
||||
/obj/item/reagent_containers/food/snacks/plum_pie ) // Great healing over long period of time
|
||||
/obj/item/reagent_containers/drinks/bottle/dragonsbreath, // Killing
|
||||
/obj/item/reagent_containers/drinks/bottle/immortality, // Super healing for 20 seconds
|
||||
/obj/item/food/snacks/meatsteak/stimulating, //Healing + stun immunity
|
||||
/obj/item/food/snacks/plum_pie ) // Great healing over long period of time
|
||||
new pickedt(src)
|
||||
|
||||
|
||||
@@ -774,7 +774,7 @@
|
||||
#undef NANNY_MAX_VALUE
|
||||
#undef NANNY_MIN_VALUE
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/bottle/dragonsbreath
|
||||
/obj/item/reagent_containers/drinks/bottle/dragonsbreath
|
||||
name = "flask of dragons breath"
|
||||
desc = "Not recommended for wizardly consumption. Recommended for mundane consumption!"
|
||||
icon_state = "holyflask"
|
||||
@@ -782,7 +782,7 @@
|
||||
volume = 100
|
||||
list_reagents = list("dragonsbreath" = 80, "hell_water" = 20)
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/bottle/immortality
|
||||
/obj/item/reagent_containers/drinks/bottle/immortality
|
||||
name = "drop of immortality"
|
||||
desc = "Drinking this will make you immortal. For a moment or two, at least."
|
||||
icon_state = "holyflask"
|
||||
@@ -790,13 +790,13 @@
|
||||
volume = 5
|
||||
list_reagents = list("adminordrazine" = 5)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meatsteak/stimulating
|
||||
/obj/item/food/snacks/meatsteak/stimulating
|
||||
name = "stimulating steak"
|
||||
desc = "Stimulate your senses."
|
||||
list_reagents = list("nutriment" = 5, "stimulants" = 25)
|
||||
bitesize = 100
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/plum_pie
|
||||
/obj/item/food/snacks/plum_pie
|
||||
name = "perfect plum pie"
|
||||
desc = "The Jack Horner brand of pie. 2 big thumbs up."
|
||||
icon = 'icons/obj/food/bakedgoods.dmi'
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
max_combined_w_class = 100 //Doesn't matter what this is, so long as it's more or equal to storage_slots * plants.w_class
|
||||
max_w_class = WEIGHT_CLASS_NORMAL
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
can_hold = list(/obj/item/reagent_containers/food/snacks/grown,/obj/item/seeds,/obj/item/grown,/obj/item/reagent_containers/food/snacks/grown/ash_flora,/obj/item/reagent_containers/food/snacks/honeycomb)
|
||||
can_hold = list(/obj/item/food/snacks/grown,/obj/item/seeds,/obj/item/grown,/obj/item/food/snacks/grown/ash_flora,/obj/item/food/snacks/honeycomb)
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/storage/bag/plants/portaseeder
|
||||
@@ -497,7 +497,7 @@
|
||||
|
||||
|
||||
/obj/item/storage/bag/tray/cookies_tray
|
||||
var/cookie = /obj/item/reagent_containers/food/snacks/cookie
|
||||
var/cookie = /obj/item/food/snacks/cookie
|
||||
|
||||
/obj/item/storage/bag/tray/cookies_tray/populate_contents() // By Azule Utama, thank you a lot!
|
||||
for(var/i in 1 to 6)
|
||||
@@ -506,7 +506,7 @@
|
||||
update_icon(UPDATE_OVERLAYS)
|
||||
|
||||
/obj/item/storage/bag/tray/cookies_tray/sugarcookie
|
||||
cookie = /obj/item/reagent_containers/food/snacks/sugarcookie
|
||||
cookie = /obj/item/food/snacks/sugarcookie
|
||||
|
||||
/*
|
||||
* Chemistry bag
|
||||
@@ -537,7 +537,7 @@
|
||||
storage_slots = 25
|
||||
max_combined_w_class = 200
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
can_hold = list(/obj/item/slime_extract, /obj/item/reagent_containers/food/snacks/monkeycube,
|
||||
can_hold = list(/obj/item/slime_extract, /obj/item/food/snacks/monkeycube,
|
||||
/obj/item/reagent_containers/syringe, /obj/item/reagent_containers/glass/beaker,
|
||||
/obj/item/reagent_containers/glass/bottle, /obj/item/reagent_containers/iv_bag,
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/epinephrine)
|
||||
|
||||
@@ -278,7 +278,7 @@
|
||||
/obj/item/clothing/glasses,
|
||||
/obj/item/ammo_casing/shotgun,
|
||||
/obj/item/ammo_box,
|
||||
/obj/item/reagent_containers/food/snacks/donut,
|
||||
/obj/item/food/snacks/donut,
|
||||
/obj/item/kitchen/knife/combat,
|
||||
/obj/item/melee/baton,
|
||||
/obj/item/melee/classic_baton,
|
||||
@@ -329,7 +329,7 @@
|
||||
/obj/item/clothing/glasses,
|
||||
/obj/item/ammo_casing/shotgun,
|
||||
/obj/item/ammo_box,
|
||||
/obj/item/reagent_containers/food/snacks/donut,
|
||||
/obj/item/food/snacks/donut,
|
||||
/obj/item/kitchen/knife/combat,
|
||||
/obj/item/melee/baton,
|
||||
/obj/item/melee/classic_baton,
|
||||
@@ -420,7 +420,7 @@
|
||||
can_hold = list(
|
||||
/obj/item/grenade,
|
||||
/obj/item/lighter,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/molotov
|
||||
/obj/item/reagent_containers/drinks/bottle/molotov
|
||||
)
|
||||
|
||||
/obj/item/storage/belt/grenade/full/populate_contents()
|
||||
@@ -919,7 +919,7 @@
|
||||
/obj/item/stack/sheet/bone,
|
||||
/obj/item/lighter,
|
||||
/obj/item/storage/fancy/cigarettes,
|
||||
/obj/item/reagent_containers/food/drinks/bottle,
|
||||
/obj/item/reagent_containers/drinks/bottle,
|
||||
/obj/item/stack/medical,
|
||||
/obj/item/kitchen/knife,
|
||||
/obj/item/reagent_containers/hypospray,
|
||||
@@ -930,7 +930,7 @@
|
||||
/obj/item/reagent_containers/pill,
|
||||
/obj/item/storage/pill_bottle,
|
||||
/obj/item/stack/ore,
|
||||
/obj/item/reagent_containers/food/drinks,
|
||||
/obj/item/reagent_containers/drinks,
|
||||
/obj/item/organ/internal/regenerative_core,
|
||||
/obj/item/wormhole_jaunter,
|
||||
/obj/item/storage/bag/plants,
|
||||
@@ -968,11 +968,11 @@
|
||||
/obj/item/kitchen/cutter,
|
||||
/obj/item/assembly/mousetrap,
|
||||
/obj/item/reagent_containers/spray/pestspray,
|
||||
/obj/item/reagent_containers/food/drinks/flask,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/food/drinks/bottle,
|
||||
/obj/item/reagent_containers/food/drinks/cans,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/food/snacks,
|
||||
/obj/item/reagent_containers/food/condiment,
|
||||
/obj/item/reagent_containers/drinks/flask,
|
||||
/obj/item/reagent_containers/drinks/drinkingglass,
|
||||
/obj/item/reagent_containers/drinks/bottle,
|
||||
/obj/item/reagent_containers/drinks/cans,
|
||||
/obj/item/reagent_containers/drinks/shaker,
|
||||
/obj/item/food/snacks,
|
||||
/obj/item/reagent_containers/condiment,
|
||||
/obj/item/reagent_containers/glass/beaker)
|
||||
|
||||
@@ -58,8 +58,8 @@
|
||||
icon_state ="bible"
|
||||
|
||||
/obj/item/storage/bible/booze/populate_contents()
|
||||
new /obj/item/reagent_containers/food/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/drinks/cans/beer(src)
|
||||
new /obj/item/stack/spacecash(src)
|
||||
new /obj/item/stack/spacecash(src)
|
||||
new /obj/item/stack/spacecash(src)
|
||||
|
||||
@@ -302,7 +302,7 @@
|
||||
|
||||
/obj/item/storage/box/cups/populate_contents()
|
||||
for(var/I in 1 to 7)
|
||||
new /obj/item/reagent_containers/food/drinks/sillycup(src)
|
||||
new /obj/item/reagent_containers/drinks/sillycup(src)
|
||||
|
||||
/obj/item/storage/box/drinkingglasses
|
||||
name = "box of drinking glasses"
|
||||
@@ -310,7 +310,7 @@
|
||||
|
||||
/obj/item/storage/box/drinkingglasses/populate_contents()
|
||||
for(var/I in 1 to 6)
|
||||
new /obj/item/reagent_containers/food/drinks/drinkingglass(src)
|
||||
new /obj/item/reagent_containers/drinks/drinkingglass(src)
|
||||
|
||||
/obj/item/storage/box/condimentbottles
|
||||
name = "box of condiment bottles"
|
||||
@@ -318,7 +318,7 @@
|
||||
|
||||
/obj/item/storage/box/condimentbottles/populate_contents()
|
||||
for(var/I in 1 to 6)
|
||||
new /obj/item/reagent_containers/food/condiment(src)
|
||||
new /obj/item/reagent_containers/condiment(src)
|
||||
|
||||
/obj/item/storage/box/mousetraps
|
||||
name = "box of Pest-B-Gon mousetraps"
|
||||
@@ -424,9 +424,9 @@
|
||||
desc = "A box intended for experienced chefs."
|
||||
|
||||
/obj/item/storage/box/chef_rare_ingredients_kit/populate_contents()
|
||||
new /obj/item/reagent_containers/food/condiment/soysauce(src)
|
||||
new /obj/item/reagent_containers/food/condiment/enzyme(src)
|
||||
new /obj/item/reagent_containers/food/condiment/pack/hotsauce(src)
|
||||
new /obj/item/reagent_containers/condiment/soysauce(src)
|
||||
new /obj/item/reagent_containers/condiment/enzyme(src)
|
||||
new /obj/item/reagent_containers/condiment/pack/hotsauce(src)
|
||||
new /obj/item/kitchen/knife/butcher(src)
|
||||
var/list/reagent_list = list("msg", "triple_citrus", "salglu_solution", "nutriment", "gravy", "honey", "vitfro")
|
||||
for(var/reag in reagent_list)
|
||||
@@ -490,8 +490,8 @@
|
||||
desc = "Drymate brand monkey cubes. Just add water!"
|
||||
icon_state = "monkey_box"
|
||||
storage_slots = 7
|
||||
can_hold = list(/obj/item/reagent_containers/food/snacks/monkeycube)
|
||||
var/monkey_cube_type = /obj/item/reagent_containers/food/snacks/monkeycube
|
||||
can_hold = list(/obj/item/food/snacks/monkeycube)
|
||||
var/monkey_cube_type = /obj/item/food/snacks/monkeycube
|
||||
|
||||
/obj/item/storage/box/monkeycubes/populate_contents()
|
||||
for(var/I in 1 to 5)
|
||||
@@ -499,31 +499,31 @@
|
||||
|
||||
/obj/item/storage/box/monkeycubes/syndicate
|
||||
desc = "Waffle Co. brand monkey cubes. Just add water and a dash of subterfuge!"
|
||||
monkey_cube_type = /obj/item/reagent_containers/food/snacks/monkeycube/syndicate
|
||||
monkey_cube_type = /obj/item/food/snacks/monkeycube/syndicate
|
||||
|
||||
/obj/item/storage/box/monkeycubes/farwacubes
|
||||
name = "farwa cube box"
|
||||
desc = "Drymate brand farwa cubes. Just add water!"
|
||||
icon_state = "farwa_box"
|
||||
monkey_cube_type = /obj/item/reagent_containers/food/snacks/monkeycube/farwacube
|
||||
monkey_cube_type = /obj/item/food/snacks/monkeycube/farwacube
|
||||
|
||||
/obj/item/storage/box/monkeycubes/stokcubes
|
||||
name = "stok cube box"
|
||||
desc = "Drymate brand stok cubes. Just add water!"
|
||||
icon_state = "stok_box"
|
||||
monkey_cube_type = /obj/item/reagent_containers/food/snacks/monkeycube/stokcube
|
||||
monkey_cube_type = /obj/item/food/snacks/monkeycube/stokcube
|
||||
|
||||
/obj/item/storage/box/monkeycubes/neaeracubes
|
||||
name = "neaera cube box"
|
||||
desc = "Drymate brand neaera cubes. Just add water!"
|
||||
icon_state = "neaera_box"
|
||||
monkey_cube_type = /obj/item/reagent_containers/food/snacks/monkeycube/neaeracube
|
||||
monkey_cube_type = /obj/item/food/snacks/monkeycube/neaeracube
|
||||
|
||||
/obj/item/storage/box/monkeycubes/wolpincubes
|
||||
name = "wolpin cube box"
|
||||
desc = "Drymate brand wolpin cubes. Just add water!"
|
||||
icon_state = "wolpin_box"
|
||||
monkey_cube_type = /obj/item/reagent_containers/food/snacks/monkeycube/wolpincube
|
||||
monkey_cube_type = /obj/item/food/snacks/monkeycube/wolpincube
|
||||
|
||||
///////////////////
|
||||
/* Medical Boxes */
|
||||
@@ -864,14 +864,14 @@
|
||||
icon_state = "donk_box"
|
||||
storage_slots = 6
|
||||
can_hold = list(
|
||||
/obj/item/reagent_containers/food/snacks/donkpocket,
|
||||
/obj/item/reagent_containers/food/snacks/warmdonkpocket,
|
||||
/obj/item/reagent_containers/food/snacks/warmdonkpocket_weak,
|
||||
/obj/item/reagent_containers/food/snacks/syndidonkpocket)
|
||||
/obj/item/food/snacks/donkpocket,
|
||||
/obj/item/food/snacks/warmdonkpocket,
|
||||
/obj/item/food/snacks/warmdonkpocket_weak,
|
||||
/obj/item/food/snacks/syndidonkpocket)
|
||||
|
||||
/obj/item/storage/box/donkpockets/populate_contents()
|
||||
for(var/I in 1 to 6)
|
||||
new /obj/item/reagent_containers/food/snacks/donkpocket(src)
|
||||
new /obj/item/food/snacks/donkpocket(src)
|
||||
|
||||
/obj/item/storage/box/donkpockets/empty/populate_contents()
|
||||
return
|
||||
@@ -883,7 +883,7 @@
|
||||
|
||||
/obj/item/storage/box/syndidonkpockets/populate_contents()
|
||||
for(var/I in 1 to 6)
|
||||
new /obj/item/reagent_containers/food/snacks/syndidonkpocket(src)
|
||||
new /obj/item/food/snacks/syndidonkpocket(src)
|
||||
|
||||
////////////////
|
||||
/* Misc Boxes */
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
icon_type = "donut"
|
||||
icon_state = "donutbox"
|
||||
storage_slots = 6
|
||||
can_hold = list(/obj/item/reagent_containers/food/snacks/donut)
|
||||
can_hold = list(/obj/item/food/snacks/donut)
|
||||
icon_type = "donut"
|
||||
foldable = /obj/item/stack/sheet/cardboard
|
||||
foldable_amt = 1
|
||||
@@ -49,7 +49,7 @@
|
||||
/obj/item/storage/fancy/donut_box/update_overlays()
|
||||
. = ..()
|
||||
for(var/I = 1 to length(contents))
|
||||
var/obj/item/reagent_containers/food/snacks/donut/donut = contents[I]
|
||||
var/obj/item/food/snacks/donut/donut = contents[I]
|
||||
var/icon/new_donut_icon = icon('icons/obj/food/containers.dmi', "[(I - 1)]donut[donut.donut_sprite_type]")
|
||||
. += new_donut_icon
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
/obj/item/storage/fancy/donut_box/populate_contents()
|
||||
for(var/I in 1 to storage_slots)
|
||||
new /obj/item/reagent_containers/food/snacks/donut(src)
|
||||
new /obj/item/food/snacks/donut(src)
|
||||
update_icon(UPDATE_OVERLAYS)
|
||||
|
||||
/obj/item/storage/fancy/donut_box/empty/populate_contents()
|
||||
@@ -82,11 +82,11 @@
|
||||
item_state = "eggbox"
|
||||
name = "egg box"
|
||||
storage_slots = 12
|
||||
can_hold = list(/obj/item/reagent_containers/food/snacks/egg)
|
||||
can_hold = list(/obj/item/food/snacks/egg)
|
||||
|
||||
/obj/item/storage/fancy/egg_box/populate_contents()
|
||||
for(var/I in 1 to storage_slots)
|
||||
new /obj/item/reagent_containers/food/snacks/egg(src)
|
||||
new /obj/item/food/snacks/egg(src)
|
||||
|
||||
/*
|
||||
* Candle Box
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
/obj/item/storage/box/syndie_kit/emp, // 10TC
|
||||
/obj/item/clothing/glasses/hud/security/chameleon, // 10TC
|
||||
/obj/item/encryptionkey/syndicate, // 10TC
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/alliescocktail, // 0TC
|
||||
/obj/item/reagent_containers/drinks/drinkingglass/alliescocktail, // 0TC
|
||||
/obj/item/storage/box/syndie_kit/pen_bomb, // 30 TC
|
||||
/obj/item/CQC_manual) // 13TC
|
||||
|
||||
@@ -310,9 +310,9 @@
|
||||
name = "combat bakery kit"
|
||||
|
||||
/obj/item/storage/box/syndie_kit/combat_baking/populate_contents()
|
||||
new /obj/item/reagent_containers/food/snacks/baguette/combat(src)
|
||||
new /obj/item/food/snacks/baguette/combat(src)
|
||||
for(var/i in 1 to 2)
|
||||
new /obj/item/reagent_containers/food/snacks/croissant/throwing(src)
|
||||
new /obj/item/food/snacks/croissant/throwing(src)
|
||||
new /obj/item/book/granter/crafting_recipe/combat_baking(src)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/atmosn2ogrenades
|
||||
|
||||
@@ -56,13 +56,13 @@
|
||||
|
||||
/obj/item/envelope/security
|
||||
icon_state = "mail_sec"
|
||||
possible_contents = list(/obj/item/reagent_containers/food/snacks/donut/sprinkles,
|
||||
possible_contents = list(/obj/item/food/snacks/donut/sprinkles,
|
||||
/obj/item/megaphone,
|
||||
/obj/item/clothing/mask/whistle,
|
||||
/obj/item/poster/random_official,
|
||||
/obj/item/restraints/handcuffs/pinkcuffs,
|
||||
/obj/item/restraints/legcuffs/bola/energy,
|
||||
/obj/item/reagent_containers/food/drinks/coffee,
|
||||
/obj/item/reagent_containers/drinks/coffee,
|
||||
/obj/item/stock_parts/cell/super,
|
||||
/obj/item/grenade/barrier/dropwall,
|
||||
/obj/item/toy/figure/crew/detective,
|
||||
@@ -92,7 +92,7 @@
|
||||
/obj/item/envelope/supply
|
||||
icon_state = "mail_sup"
|
||||
possible_contents = list(/obj/item/reagent_containers/hypospray/autoinjector/survival,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/absinthe/premium,
|
||||
/obj/item/reagent_containers/drinks/bottle/absinthe/premium,
|
||||
/obj/item/clothing/glasses/meson/gar,
|
||||
/obj/item/stack/marker_beacon/ten,
|
||||
/obj/item/stack/medical/splint,
|
||||
@@ -113,7 +113,7 @@
|
||||
/obj/item/reagent_containers/applicator/brute,
|
||||
/obj/item/reagent_containers/applicator/burn,
|
||||
/obj/item/clothing/glasses/sunglasses,
|
||||
/obj/item/reagent_containers/food/snacks/fortunecookie,
|
||||
/obj/item/food/snacks/fortunecookie,
|
||||
/obj/item/scalpel/laser/laser1,
|
||||
/obj/item/toy/figure/crew/cmo,
|
||||
/obj/item/toy/figure/crew/chemist,
|
||||
@@ -126,8 +126,8 @@
|
||||
/obj/item/envelope/engineering
|
||||
icon_state = "mail_eng"
|
||||
possible_contents = list(/obj/item/airlock_electronics,
|
||||
/obj/item/reagent_containers/food/drinks/cans/beer,
|
||||
/obj/item/reagent_containers/food/snacks/candy/confectionery/nougat,
|
||||
/obj/item/reagent_containers/drinks/cans/beer,
|
||||
/obj/item/food/snacks/candy/confectionery/nougat,
|
||||
/obj/item/mod/module/storage/large_capacity,
|
||||
/obj/item/weldingtool/hugetank,
|
||||
/obj/item/geiger_counter,
|
||||
@@ -143,7 +143,7 @@
|
||||
icon_state = "mail_serv"
|
||||
possible_contents = list(/obj/item/painter,
|
||||
/obj/item/gun/energy/floragun,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/fernet,
|
||||
/obj/item/reagent_containers/drinks/bottle/fernet,
|
||||
/obj/item/whetstone,
|
||||
/obj/item/soap/deluxe,
|
||||
/obj/item/stack/tile/disco_light/thirty,
|
||||
@@ -162,7 +162,7 @@
|
||||
possible_contents = list(/obj/item/painter,
|
||||
/obj/item/stack/sheet/mineral/tranquillite/ten,
|
||||
/obj/item/stack/sheet/mineral/bananium/ten,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/bottleofnothing,
|
||||
/obj/item/reagent_containers/drinks/bottle/bottleofnothing,
|
||||
/obj/item/gun/throw/piecannon,
|
||||
/obj/item/ammo_box/shotgun/confetti,
|
||||
/obj/item/book/manual/wiki/sop_security, // They'll need this.
|
||||
@@ -183,7 +183,7 @@
|
||||
/obj/item/book/manual/wiki/sop_command,
|
||||
/obj/item/reagent_containers/patch/synthflesh,
|
||||
/obj/item/paper_bin/nanotrasen,
|
||||
/obj/item/reagent_containers/food/snacks/spesslaw,
|
||||
/obj/item/food/snacks/spesslaw,
|
||||
/obj/item/clothing/head/collectable/petehat,
|
||||
/obj/item/toy/figure/crew/captain,
|
||||
/obj/item/toy/figure/crew/lawyer,
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
close_sound_volume = 50
|
||||
|
||||
/obj/structure/closet/secure_closet/bar/populate_contents()
|
||||
new /obj/item/reagent_containers/food/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/drinks/cans/beer(src)
|
||||
new /obj/item/reagent_containers/drinks/cans/beer(src)
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
new /obj/item/clothing/accessory/medal/supply(src)
|
||||
new /obj/item/rcs(src)
|
||||
new /obj/item/destTagger(src)
|
||||
new /obj/item/reagent_containers/food/drinks/mug/qm(src)
|
||||
new /obj/item/reagent_containers/drinks/mug/qm(src)
|
||||
new /obj/item/flash(src)
|
||||
new /obj/item/cartridge/qm(src)
|
||||
new /obj/item/storage/bag/mail(src)
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
new /obj/item/clothing/glasses/meson/engine(src)
|
||||
new /obj/item/door_remote/chief_engineer(src)
|
||||
new /obj/item/rpd(src)
|
||||
new /obj/item/reagent_containers/food/drinks/mug/ce(src)
|
||||
new /obj/item/reagent_containers/drinks/mug/ce(src)
|
||||
new /obj/item/organ/internal/eyes/cybernetic/meson(src)
|
||||
new /obj/item/clothing/accessory/medal/engineering(src)
|
||||
new /obj/item/holosign_creator/atmos(src)
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/kitchen/populate_contents()
|
||||
for(var/i in 1 to 3)
|
||||
new /obj/item/reagent_containers/food/condiment/flour(src)
|
||||
new /obj/item/reagent_containers/food/condiment/rice(src)
|
||||
new /obj/item/reagent_containers/food/condiment/sugar(src)
|
||||
new /obj/item/reagent_containers/condiment/flour(src)
|
||||
new /obj/item/reagent_containers/condiment/rice(src)
|
||||
new /obj/item/reagent_containers/condiment/sugar(src)
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/kitchen/mining
|
||||
@@ -30,9 +30,9 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/kitchen/maintenance/populate_contents()
|
||||
for(var/i = 0, i < 5, i++)
|
||||
new /obj/item/reagent_containers/food/condiment/milk(src)
|
||||
new /obj/item/reagent_containers/condiment/milk(src)
|
||||
for(var/i = 0, i < 5, i++)
|
||||
new /obj/item/reagent_containers/food/condiment/soymilk(src)
|
||||
new /obj/item/reagent_containers/condiment/soymilk(src)
|
||||
for(var/i = 0, i < 2, i++)
|
||||
new /obj/item/storage/fancy/egg_box(src)
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/meat/populate_contents()
|
||||
for(var/i in 1 to 4)
|
||||
new /obj/item/reagent_containers/food/snacks/meat/monkey(src)
|
||||
new /obj/item/food/snacks/meat/monkey(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/meat/open
|
||||
req_access = null
|
||||
@@ -56,8 +56,8 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/fridge/populate_contents()
|
||||
for(var/i in 1 to 5)
|
||||
new /obj/item/reagent_containers/food/condiment/milk(src)
|
||||
new /obj/item/reagent_containers/food/condiment/soymilk(src)
|
||||
new /obj/item/reagent_containers/condiment/milk(src)
|
||||
new /obj/item/reagent_containers/condiment/soymilk(src)
|
||||
for(var/i in 1 to 2)
|
||||
new /obj/item/storage/fancy/egg_box(src)
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
new /obj/item/storage/pill_bottle/psychiatrist(src)
|
||||
new /obj/random/plushie(src)
|
||||
for(var/i in 0 to 3)
|
||||
var/candy = pick(subtypesof(/obj/item/reagent_containers/food/snacks/candy/fudge))
|
||||
var/candy = pick(subtypesof(/obj/item/food/snacks/candy/fudge))
|
||||
new candy(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/CMO
|
||||
@@ -163,7 +163,7 @@
|
||||
new /obj/item/reagent_containers/hypospray/CMO(src)
|
||||
new /obj/item/organ/internal/cyberimp/eyes/hud/medical(src)
|
||||
new /obj/item/door_remote/chief_medical_officer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/mug/cmo(src)
|
||||
new /obj/item/reagent_containers/drinks/mug/cmo(src)
|
||||
new /obj/item/clothing/accessory/medal/medical(src)
|
||||
new /obj/item/storage/briefcase(src)
|
||||
new /obj/item/clothing/mask/gas(src)
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
new /obj/item/clown_recorder(src)
|
||||
new /obj/item/bikehorn(src)
|
||||
new /obj/item/reagent_containers/spray/waterflower(src)
|
||||
new /obj/item/reagent_containers/food/drinks/bottle/bottleofbanana(src)
|
||||
new /obj/item/reagent_containers/drinks/bottle/bottleofbanana(src)
|
||||
new /obj/item/toy/crayon/rainbow(src)
|
||||
new /obj/item/seeds/banana(src)
|
||||
new /obj/item/restraints/handcuffs/toy(src)
|
||||
@@ -44,7 +44,7 @@
|
||||
new /obj/item/clothing/shoes/black(src)
|
||||
new /obj/item/storage/backpack/mime(src)
|
||||
new /obj/item/toy/crayon/mime(src)
|
||||
new /obj/item/reagent_containers/food/drinks/bottle/bottleofnothing(src)
|
||||
new /obj/item/reagent_containers/drinks/bottle/bottleofnothing(src)
|
||||
new /obj/item/cane(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/syndicate_officer
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
new /obj/item/flash(src)
|
||||
new /obj/item/laser_pointer(src)
|
||||
new /obj/item/door_remote/research_director(src)
|
||||
new /obj/item/reagent_containers/food/drinks/mug/rd(src)
|
||||
new /obj/item/reagent_containers/drinks/mug/rd(src)
|
||||
new /obj/item/organ/internal/cyberimp/eyes/hud/diagnostic(src)
|
||||
new /obj/item/clothing/accessory/medal/science(src)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
new /obj/item/gun/energy/gun(src)
|
||||
new /obj/item/flash(src)
|
||||
new /obj/item/door_remote/captain(src)
|
||||
new /obj/item/reagent_containers/food/drinks/mug/cap(src)
|
||||
new /obj/item/reagent_containers/drinks/mug/cap(src)
|
||||
new /obj/item/tank/internals/emergency_oxygen/double(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/hop
|
||||
@@ -35,7 +35,7 @@
|
||||
new /obj/item/gun/energy/gun/mini(src)
|
||||
new /obj/item/flash(src)
|
||||
new /obj/item/door_remote/civillian(src)
|
||||
new /obj/item/reagent_containers/food/drinks/mug/hop(src)
|
||||
new /obj/item/reagent_containers/drinks/mug/hop(src)
|
||||
new /obj/item/clothing/accessory/medal/service(src)
|
||||
new /obj/item/storage/bag/garment/head_of_personnel(src)
|
||||
|
||||
@@ -62,10 +62,10 @@
|
||||
new /obj/item/storage/belt/security/full(src)
|
||||
new /obj/item/gun/energy/gun/hos(src)
|
||||
new /obj/item/door_remote/head_of_security(src)
|
||||
new /obj/item/reagent_containers/food/drinks/mug/hos(src)
|
||||
new /obj/item/reagent_containers/drinks/mug/hos(src)
|
||||
new /obj/item/organ/internal/cyberimp/eyes/hud/security(src)
|
||||
new /obj/item/clothing/accessory/medal/security(src)
|
||||
new /obj/item/reagent_containers/food/drinks/flask/barflask(src)
|
||||
new /obj/item/reagent_containers/drinks/flask/barflask(src)
|
||||
new /obj/item/clothing/mask/gas/sechailer(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/warden
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user