Skip to content

Commit

Permalink
Tweak NTMed with directional helper
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Jun 12, 2024
1 parent 85f406f commit 66a75c3
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions modular_ss220/maps220/code/directions.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,8 @@
pixel_x = 22
dir = 8

/* WallMed */
/obj/machinery/economy/vending/wallmed/directional
name = "\improper Emergency NanoMed"

/obj/machinery/economy/vending/wallmed/directional/south
pixel_y = -32

/obj/machinery/economy/vending/wallmed/directional/north
pixel_y = 32

/obj/machinery/economy/vending/wallmed/directional/west
pixel_x = -25

/obj/machinery/economy/vending/wallmed/directional/east
pixel_x = 24

/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional
name = "\improper NTmed"

/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/south
pixel_y = -32

/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/north
pixel_y = 32

/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/west
pixel_x = -25

/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/east
pixel_x = 24
/* Nanotrasen WallMed */
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/economy/vending/wallmed/emergency_ntmed, 32, 32)

/* Fire Alarm */
/obj/machinery/firealarm/directional
Expand Down

0 comments on commit 66a75c3

Please sign in to comment.