mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Makes a ton of dirs into defines (#31244)
* Makes a ton of dirs into defines * lol oops * "fix" * ignore everything
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
|
||||
/obj/docking_port/mobile/free_golem
|
||||
name = "Free Golem Ship"
|
||||
dir = 8
|
||||
dir = WEST
|
||||
id = "freegolem"
|
||||
dwidth = FREE_GOLEM_SHIP_WIDTH / 2
|
||||
height = FREE_GOLEM_SHIP_HEIGHT
|
||||
@@ -149,7 +149,7 @@
|
||||
port_direction = SOUTH
|
||||
|
||||
/obj/docking_port/stationary/golem
|
||||
dir = 8
|
||||
dir = WEST
|
||||
height = FREE_GOLEM_SHIP_HEIGHT
|
||||
width = FREE_GOLEM_SHIP_WIDTH
|
||||
dwidth = FREE_GOLEM_SHIP_WIDTH / 2
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
/obj/machinery/atmospherics/trinary/filter/shadow
|
||||
name = "gas filter (Co2 Outlet)"
|
||||
dir = 1
|
||||
dir = NORTH
|
||||
filter_type = 3
|
||||
target_pressure = 99999
|
||||
|
||||
|
||||
Reference in New Issue
Block a user