Skip to content

Commit

Permalink
Adds more ATMs to all stations. All ATMs now have a floor marking to …
Browse files Browse the repository at this point in the history
…catch your eye and remind you they exist. (#28269)

* MONEY!

* Update cerestation.dmm

* update based on code review

* Update atm.dm
  • Loading branch information
Fordoxia authored Mar 8, 2025
1 parent 1f6ddce commit 48ea020
Show file tree
Hide file tree
Showing 6 changed files with 445 additions and 254 deletions.
63 changes: 51 additions & 12 deletions _maps/map_files/stations/boxstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -11832,8 +11832,9 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 1
/obj/machinery/economy/atm/directional/north,
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/north)
Expand Down Expand Up @@ -22623,7 +22624,6 @@
/area/station/service/chapel)
"bxE" = (
/obj/machinery/economy/atm/directional/east,
/obj/item/kirbyplants/large,
/turf/simulated/floor/wood,
/area/station/service/bar)
"bxF" = (
Expand Down Expand Up @@ -42557,6 +42557,7 @@
/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/economy/atm/directional/south,
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
Expand Down Expand Up @@ -60009,6 +60010,14 @@
},
/turf/simulated/floor/plasteel,
/area/station/science/xenobiology)
"jPg" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/economy/atm/directional/west,
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "redcorner"
},
/area/station/security/lobby)
"jPk" = (
/obj/structure/cable{
icon_state = "0-2"
Expand Down Expand Up @@ -60255,7 +60264,6 @@
/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/economy/atm/directional/south,
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
Expand Down Expand Up @@ -61387,6 +61395,13 @@
/obj/effect/mapping_helpers/turfs/rust/maybe,
/turf/simulated/wall/r_wall,
/area/station/engineering/gravitygenerator)
"kyJ" = (
/obj/machinery/economy/atm/directional/north,
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "yellowcorner"
},
/area/station/hallway/primary/aft/south)
"kzB" = (
/obj/effect/spawner/random/food_or_drink/three_course_meal,
/obj/structure/closet/crate/freezer,
Expand Down Expand Up @@ -73432,6 +73447,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"qEe" = (
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/north)
"qEt" = (
/obj/machinery/atmospherics/pipe/simple/hidden/purple{
dir = 5
Expand Down Expand Up @@ -73653,8 +73674,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 10
},
/obj/effect/turf_decal/stripes/line{
dir = 1
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/north)
Expand Down Expand Up @@ -74948,6 +74969,10 @@
icon_state = "dark"
},
/area/station/telecomms/chamber)
"rsw" = (
/obj/item/kirbyplants/large,
/turf/simulated/floor/wood,
/area/station/service/bar)
"rsz" = (
/obj/structure/cable{
icon_state = "1-2"
Expand Down Expand Up @@ -82776,6 +82801,15 @@
icon_state = "bluecorner"
},
/area/station/hallway/secondary/exit)
"vKU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/north)
"vLb" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
Expand Down Expand Up @@ -85601,6 +85635,11 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/assembly_line)
"xnt" = (
/obj/effect/spawner/random/blood/often,
/obj/machinery/economy/atm/directional/north,
/turf/simulated/floor/wood,
/area/station/maintenance/apmaint2)
"xnF" = (
/obj/structure/cable{
icon_state = "1-2"
Expand Down Expand Up @@ -97640,7 +97679,7 @@ aJP
aRm
aOR
aQa
keI
qEe
aMD
fay
fay
Expand Down Expand Up @@ -98668,7 +98707,7 @@ aJR
aRV
aOR
aQa
aPQ
vKU
aRd
nff
aUm
Expand Down Expand Up @@ -110036,7 +110075,7 @@ gwb
uWp
tGO
cgQ
jQI
xnt
xRm
lnh
kym
Expand Down Expand Up @@ -115947,7 +115986,7 @@ cBp
cAL
cDY
cvx
dpR
kyJ
mqV
ePP
ePP
Expand Down Expand Up @@ -116386,7 +116425,7 @@ avd
axD
axA
ayj
ayj
jPg
azP
aBY
aCv
Expand Down Expand Up @@ -124132,7 +124171,7 @@ bqk
bqk
bqk
bAV
bmq
rsw
aUS
bAo
bHy
Expand Down
Loading

0 comments on commit 48ea020

Please sign in to comment.