Adds more ATMs to all stations. All ATMs now have a floor marking to catch your eye and remind you they exist. (#28269)

* MONEY!

* Update cerestation.dmm

* update based on code review

* Update atm.dm
This commit is contained in:
CRUNCH
2025-03-08 21:03:25 +00:00
committed by GitHub
parent 1f6ddce2f9
commit 48ea020ed6
6 changed files with 445 additions and 254 deletions
@@ -33,6 +33,8 @@
/obj/machinery/economy/atm/Initialize(mapload)
. = ..()
update_icon()
if(mapload)
new /obj/effect/turf_decal/delivery/green/hollow(loc)
/obj/machinery/economy/atm/update_icon_state()
. = ..()