Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Random Room Contest] [5x3] Adds the donut kitchen random room #14617

Merged
merged 1 commit into from Jul 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
99 changes: 99 additions & 0 deletions assets/maps/random_rooms/5x3/donutkitchen.dmm
@@ -0,0 +1,99 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/obj/table/auto,
/obj/item/reagent_containers/food/snacks/ingredient/dough,
/turf/simulated/floor/specialroom/cafeteria,
/area/dmm_suite/clear_area)
"c" = (
/obj/submachine/chef_sink,
/obj/machinery/light{
dir = 1;
tag = "icon-tube1 (NORTH)"
},
/turf/simulated/floor/specialroom/cafeteria,
/area/dmm_suite/clear_area)
"f" = (
/obj/submachine/chef_oven,
/obj/landmark{
name = "shitty_bill_respawn"
},
/turf/simulated/floor/specialroom/cafeteria,
/area/dmm_suite/clear_area)
"j" = (
/obj/machinery/chem_dispenser/chef,
/obj/item/reagent_containers/food/drinks/drinkingglass/pitcher,
/turf/simulated/floor/specialroom/cafeteria,
/area/dmm_suite/clear_area)
"v" = (
/turf/simulated/floor/specialroom/cafeteria,
/area/dmm_suite/clear_area)
"z" = (
/obj/table/auto,
/obj/item/reagent_containers/syringe,
/obj/item/reagent_containers/food/drinks/drinkingglass/icing{
pixel_x = -3;
pixel_y = 7
},
/turf/simulated/floor/specialroom/cafeteria,
/area/dmm_suite/clear_area)
"B" = (
/obj/table/auto,
/obj/item/reagent_containers/food/snacks/ingredient/dough_circle{
pixel_x = 5
},
/obj/item/reagent_containers/food/snacks/ingredient/dough_circle{
pixel_x = -2;
pixel_y = 5
},
/obj/machinery/light{
tag = ""
},
/obj/item/kitchen/utensil/knife{
pixel_x = -8
},
/turf/simulated/floor/specialroom/cafeteria,
/area/dmm_suite/clear_area)
"R" = (
/obj/table/auto,
/obj/item/reagent_containers/food/snacks/donut/custom/frosted,
/turf/simulated/floor/specialroom/cafeteria,
/area/dmm_suite/clear_area)
"X" = (
/obj/item/reagent_containers/food/snacks/ingredient/sugar,
/obj/item/reagent_containers/food/snacks/ingredient/sugar,
/obj/item/reagent_containers/food/snacks/ingredient/sugar,
/obj/item/reagent_containers/food/snacks/ingredient/flour,
/obj/item/reagent_containers/food/snacks/ingredient/flour,
/obj/item/reagent_containers/food/snacks/ingredient/flour,
/obj/storage/crate,
/obj/item/reagent_containers/food/snacks/plant/coconutmeat,
/obj/item/reagent_containers/food/snacks/plant/coconutmeat,
/obj/item/reagent_containers/food/snacks/plant/coconutmeat,
/turf/simulated/floor/specialroom/cafeteria,
/area/dmm_suite/clear_area)

(1,1,1) = {"
X
v
a
"}
(2,1,1) = {"
f
v
B
"}
(3,1,1) = {"
v
v
v
"}
(4,1,1) = {"
c
v
z
"}
(5,1,1) = {"
j
v
R
"}