Skip to content

Commit

Permalink
directionals
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Jul 11, 2024
1 parent d7e061a commit 18827a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions _maps/outpost/indie_space.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,9 @@
dir = 10
},
/obj/machinery/computer/electrolyzer_console{
pixel_y = -31;
density = 0
pixel_y = -18;
density = 0;
dir = 1
},
/turf/open/floor/plasteel/patterned,
/area/outpost/cargo)
Expand Down
8 changes: 5 additions & 3 deletions _maps/outpost/nanotrasen_ice.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2852,8 +2852,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/industrial/hatch/yellow,
/obj/machinery/computer/electrolyzer_console{
pixel_x = 32;
density = 0
pixel_x = 20;
density = 0;
dir = 8
},
/turf/open/floor/plasteel/patterned,
/area/outpost/cargo/smeltery)
Expand Down Expand Up @@ -6219,7 +6220,8 @@
/obj/machinery/mineral/processing_unit_console{
machinedir = 8;
output_dir = 1;
pixel_x = 32
pixel_x = 20;
dir = 8
},
/turf/open/floor/plasteel/patterned,
/area/outpost/cargo/smeltery)
Expand Down
Binary file modified icons/obj/machines/mining_machines.dmi
Binary file not shown.

0 comments on commit 18827a5

Please sign in to comment.