Skip to content

Commit

Permalink
tweak: Adds a refill canister for custom vendor (#6202)
Browse files Browse the repository at this point in the history
* mapupdate

* Update delta.dmm

* Update cyberiad.dmm

* Update cerestation.dmm

* Update celestation.dmm

* Update nova.dmm
  • Loading branch information
Mahimka42 authored Dec 27, 2024
1 parent 7554085 commit 690fe95
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 4 deletions.
12 changes: 10 additions & 2 deletions _maps/map_files/Delta/delta.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -83177,9 +83177,17 @@
/area/crew_quarters/courtroom)
"oqv" = (
/obj/structure/table/reinforced,
/obj/item/stack/packageWrap,
/obj/item/hand_labeler,
/obj/effect/decal/warning_stripes/yellow/hollow,
/obj/item/vending_refill/custom{
pixel_y = 5;
pixel_x = 3
},
/obj/item/vending_refill/custom{
pixel_y = 3;
pixel_x = -3
},
/obj/item/hand_labeler,
/obj/item/stack/packageWrap,
/turf/simulated/floor/plasteel,
/area/storage/primary)
"oqw" = (
Expand Down
8 changes: 8 additions & 0 deletions _maps/map_files/celestation/celestation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -63756,6 +63756,14 @@
dir = 4
},
/obj/structure/table,
/obj/item/vending_refill/custom{
pixel_y = 5;
pixel_x = -6
},
/obj/item/vending_refill/custom{
pixel_y = 3;
pixel_x = 3
},
/obj/item/flashlight,
/turf/simulated/floor/plasteel,
/area/storage/primary)
Expand Down
8 changes: 8 additions & 0 deletions _maps/map_files/cerestation/cerestation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -86094,6 +86094,14 @@
/area/crew_quarters/locker)
"uMQ" = (
/obj/structure/table,
/obj/item/vending_refill/custom{
pixel_y = 5;
pixel_x = 4
},
/obj/item/vending_refill/custom{
pixel_y = 3;
pixel_x = -2
},
/obj/structure/cable/orange{
icon_state = "0-4"
},
Expand Down
7 changes: 7 additions & 0 deletions _maps/map_files/cyberiad/cyberiad.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -40928,6 +40928,13 @@
/obj/machinery/alarm{
pixel_y = 24
},
/obj/item/vending_refill/custom{
pixel_y = 5;
pixel_x = 5
},
/obj/item/vending_refill/custom{
pixel_y = 3
},
/obj/item/t_scanner,
/turf/simulated/floor/plasteel,
/area/storage/primary)
Expand Down
9 changes: 7 additions & 2 deletions _maps/map_files/nova/nova.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -30673,10 +30673,15 @@
"eva" = (
/obj/structure/table/reinforced,
/obj/effect/decal/warning_stripes/yellow/hollow,
/obj/item/crowbar,
/obj/structure/disposalpipe/segment,
/obj/item/vending_refill/custom,
/obj/item/vending_refill/custom{
pixel_x = 5;
pixel_y = 3
},
/obj/item/wrench,
/obj/item/crowbar,
/obj/item/gps,
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/storage/primary)
"evi" = (
Expand Down

0 comments on commit 690fe95

Please sign in to comment.