mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
use directional helpers for ATMs (#24426)
* use directional helpers for ATMs * updatepaths script PR number --------- Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
co-authored by
S34N
parent
d01d3e4f02
commit
08f9a8129b
@@ -0,0 +1,4 @@
|
||||
/obj/machinery/economy/atm{pixel_x=-32} : /obj/machinery/economy/atm/directional/west
|
||||
/obj/machinery/economy/atm{pixel_x=32} : /obj/machinery/economy/atm/directional/east
|
||||
/obj/machinery/economy/atm{pixel_y=-32} : /obj/machinery/economy/atm/directional/south
|
||||
/obj/machinery/economy/atm{pixel_y=32} : /obj/machinery/economy/atm/directional/north
|
||||
Reference in New Issue
Block a user