Skip to content

Commit

Permalink
Adds directionals for the mining processing console/electrolyzer cons…
Browse files Browse the repository at this point in the history
…ole. (#3198)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Taking this out of the Dwayne remap, cuz it really should just be a
seperate PR.
As title suggests, directionals now exist. Also rotates the consoles in
in the outposts.
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
They look weird without directionals.

<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl:
imageadd: Added directionals for mining processing consoles.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Sadhorizon authored Aug 3, 2024
1 parent b943115 commit f128601
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 f128601

Please sign in to comment.