mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user