Skip to content

Commit

Permalink
Added Fax Machines to the ERT Response Stations (#7949)
Browse files Browse the repository at this point in the history
# About the pull request

Adds a faction's fax machine to their respective Response Stations, with
paper bins and pens.

# Explain why it's good for the game

Adds good RP between factions and their Fax Responders when they are
done with their mission and return back home.

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
mapadd: All Faction ERT Stations now have a Fax Machine linked to their
respective faction.
/:cl:
  • Loading branch information
efzapa authored Jan 2, 2025
1 parent f4e9abb commit 492bec6
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 9 deletions.
15 changes: 13 additions & 2 deletions maps/templates/lazy_templates/clf_ert_station.dmm
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/obj/structure/surface/table/woodentable/poor,
/obj/item/paper_bin/wy{
pixel_y = 8
},
/obj/item/tool/pen/clicky{
pixel_y = 3
},
/turf/open/floor/wood,
/area/adminlevel/ert_station/clf_station)
"ac" = (
/obj/structure/target/syndicate,
/turf/open/auto_turf/strata_grass/layer1,
Expand Down Expand Up @@ -439,10 +449,10 @@
/area/adminlevel/ert_station/clf_station)
"ma" = (
/obj/structure/surface/table/woodentable/poor,
/obj/item/storage/fancy/cigarettes/lucky_strikes_4,
/obj/structure/machinery/light/small/built{
dir = 1
},
/obj/structure/machinery/faxmachine/clf,
/turf/open/floor/wood,
/area/adminlevel/ert_station/clf_station)
"mp" = (
Expand Down Expand Up @@ -807,6 +817,7 @@
/obj/item/reagent_container/syringe/drugs{
pixel_y = 8
},
/obj/item/storage/fancy/cigarettes/lucky_strikes_4,
/turf/open/floor/wood,
/area/adminlevel/ert_station/clf_station)
"vy" = (
Expand Down Expand Up @@ -3045,7 +3056,7 @@ qM
FD
vn
eP
Ns
aa
Bn
mw
Ns
Expand Down
2 changes: 1 addition & 1 deletion maps/templates/lazy_templates/twe_ert_station.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@
"VA" = (
/obj/structure/surface/table/almayer,
/obj/effect/decal/cleanable/dirt,
/obj/structure/machinery/faxmachine/uscm/brig,
/obj/structure/machinery/faxmachine/twe,
/turf/open/floor/almayer/plate,
/area/adminlevel/ert_station/royal_marines_station)
"VG" = (
Expand Down
1 change: 1 addition & 0 deletions maps/templates/lazy_templates/upp_ert_station.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2479,6 +2479,7 @@
pixel_y = -3;
pixel_x = 16
},
/obj/structure/machinery/faxmachine/upp,
/turf/open/floor/strata/green3/north,
/area/adminlevel/ert_station/upp_station)
"UB" = (
Expand Down
36 changes: 30 additions & 6 deletions maps/templates/lazy_templates/uscm_ert_station.dmm
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/surface/table/reinforced/almayer_B,
/turf/open/floor/almayer/plate,
/area/adminlevel/ert_station/uscm_station)
"ab" = (
/obj/structure/machinery/door/airlock/almayer/engineering{
name = "\improper Engineering Hallway";
Expand All @@ -13,6 +18,18 @@
/obj/structure/morgue,
/turf/open/floor/almayer/plate,
/area/adminlevel/ert_station/uscm_station)
"ad" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/bed/chair/bolted{
dir = 4
},
/turf/open/floor/almayer/plate,
/area/adminlevel/ert_station/uscm_station)
"ae" = (
/obj/structure/surface/table/reinforced/almayer_B,
/obj/structure/machinery/faxmachine/uscm,
/turf/open/floor/almayer/plate,
/area/adminlevel/ert_station/uscm_station)
"af" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/effect/decal/cleanable/dirt,
Expand All @@ -28,6 +45,13 @@
"ah" = (
/turf/open/floor/almayer/plating_striped,
/area/adminlevel/ert_station/uscm_station)
"ai" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/surface/table/reinforced/almayer_B,
/obj/item/paper_bin/wy,
/obj/item/tool/pen/clicky,
/turf/open/floor/almayer/plate,
/area/adminlevel/ert_station/uscm_station)
"ak" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
Expand Down Expand Up @@ -7395,9 +7419,9 @@ Zp
Zp
qE
zK
Hc
Hc
Hc
MJ
ad
MJ
MJ
Ky
Qv
Expand Down Expand Up @@ -7447,9 +7471,9 @@ Zp
Zp
qE
zK
Lo
Lo
Hc
ai
ae
aa
MJ
Ky
PH
Expand Down

0 comments on commit 492bec6

Please sign in to comment.