Skip to content

Commit

Permalink
Adds a fax machine to the Dwayne. (#3402)
Browse files Browse the repository at this point in the history
<!-- 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


![obraz](https://github.com/user-attachments/assets/79430ae8-1e33-4d11-8dd5-1d687790a261)

<!-- 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
- Communication with the outpost is fun.
- NT is like, THE tcomm company, even if the ship is meant to be their
civ market garbage, it should still get one.
<!-- 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:
add: Added a fax machine to the Dwayne-class.
/: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 Sep 25, 2024
1 parent af77144 commit eccfc7e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions _maps/shuttles/independent/independent_dwayne.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -886,12 +886,15 @@
dir = 1
},
/obj/item/radio/weather_monitor{
pixel_x = 5;
pixel_x = 8;
pixel_y = 7
},
/obj/item/reagent_containers/food/drinks/mug{
pixel_x = -8
/obj/machinery/newscaster/directional/west,
/obj/item/paper_bin{
pixel_x = -8;
pixel_y = 6
},
/obj/item/pen/fountain,
/turf/open/floor/plasteel/mono/dark,
/area/ship/bridge)
"mR" = (
Expand Down Expand Up @@ -2686,9 +2689,8 @@
"Oz" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/corner/opaque/ntblue/half,
/obj/machinery/newscaster/directional/west,
/obj/item/megaphone/cargo{
pixel_y = 5
/obj/machinery/fax/indie{
pixel_y = 7
},
/turf/open/floor/plasteel/mono/dark,
/area/ship/bridge)
Expand All @@ -2711,6 +2713,7 @@
/obj/item/ammo_box/c38,
/obj/item/ammo_box/c38,
/obj/item/gun/ballistic/revolver/detective,
/obj/item/megaphone/cargo,
/turf/open/floor/plasteel/mono/dark,
/area/ship/bridge)
"OP" = (
Expand Down

0 comments on commit eccfc7e

Please sign in to comment.