Skip to content

Commit

Permalink
[MIRROR] Places the right amount of HFR corner boxes on snowglobe (#5278
Browse files Browse the repository at this point in the history
)

* Places the right amount of HFR corner boxes on snowglobe (#4723)

Update snowglobe.dmm

* [MIRROR] Places the right amount of HFR corner boxes on snowglobe

---------

Co-authored-by: 1393F <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2025
1 parent 49916cc commit 65b5771
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions _maps/map_files/Snowglobe/snowglobe.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -5732,18 +5732,26 @@
/area/station/science/xenobiology)
"byI" = (
/obj/structure/table/reinforced,
/obj/item/hfr_box/body/interface{
pixel_x = 11;
pixel_y = 11
},
/obj/item/wrench{
pixel_x = -5;
pixel_y = 7
},
/obj/item/hfr_box/corner{
pixel_x = 8;
pixel_y = 10
},
/obj/item/hfr_box/corner{
pixel_x = 8;
pixel_y = 2
},
/obj/item/hfr_box/corner{
pixel_x = -7;
pixel_y = 2
},
/obj/item/hfr_box/corner{
pixel_x = -6;
pixel_y = 10
},
/turf/open/floor/iron/dark,
/area/station/engineering/atmos/hfr_room)
"byQ" = (
Expand Down Expand Up @@ -52079,6 +52087,10 @@
pixel_y = 9
},
/obj/item/hfr_box/body/fuel_input,
/obj/item/hfr_box/body/interface{
pixel_x = 8;
pixel_y = 5
},
/turf/open/floor/iron/dark,
/area/station/engineering/atmos/hfr_room)
"nXc" = (
Expand Down

0 comments on commit 65b5771

Please sign in to comment.