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:
Contrabang
2025-12-12 15:32:33 -05:00
committed by GitHub
parent 2a842644d5
commit ef7e48db9c
23 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
var/dheight = 0
var/width = 7
var/height = 7
var/lz_dir = 1
var/lz_dir = NORTH
/obj/item/assault_pod/attack_self__legacy__attackchain(mob/living/user)
var/target_area
+1 -1
View File
@@ -276,7 +276,7 @@
dwidth = 9
width = 22
height = 11
dir = 4
dir = EAST
port_direction = WEST
var/sound_played = 0 //If the launch sound has been sent to all players on the shuttle itself
+11 -11
View File
@@ -825,7 +825,7 @@
// MARK: Shuttle Ports
/obj/docking_port/mobile/labour
dir = 8
dir = WEST
dwidth = 2
height = 5
id = "laborcamp"
@@ -836,7 +836,7 @@
port_direction = EAST
/obj/docking_port/mobile/mining
dir = 8
dir = WEST
dwidth = 3
height = 5
id = "mining"
@@ -847,7 +847,7 @@
port_direction = EAST
/obj/docking_port/mobile/specops
dir = 8
dir = WEST
dwidth = 2
height = 11
id = "specops"
@@ -856,7 +856,7 @@
preferred_direction = EAST
/obj/docking_port/mobile/sit
dir = 8
dir = WEST
dwidth = 3
height = 5
id = "sit"
@@ -866,7 +866,7 @@
port_direction = WEST
/obj/docking_port/mobile/sst
dir = 4
dir = EAST
dwidth = 7
height = 5
id = "sst"
@@ -876,7 +876,7 @@
port_direction = EAST
/obj/docking_port/mobile/admin
dir = 2
dir = SOUTH
dwidth = 8
height = 15
id = "admin"
@@ -912,7 +912,7 @@
return TRUE
/obj/docking_port/mobile/ferry
dir = 8
dir = WEST
dwidth = 2
height = 12
id = "ferry"
@@ -930,10 +930,10 @@
/obj/docking_port/stationary/trader/centcom
id = "trader_away"
name = "Docking bay at trade hub"
dir = 8
dir = WEST
/obj/docking_port/mobile/trader
dir = 8
dir = WEST
dwidth = 11
height = 30
id = "trader"
@@ -944,7 +944,7 @@
/obj/docking_port/mobile/nuke_ops
dheight = 9
dir = 2
dir = SOUTH
dwidth = 5
height = 22
id = "syndicate"
@@ -957,7 +957,7 @@
width = 12
/obj/docking_port/mobile/whiteship
dir = 8
dir = WEST
id = "whiteship"
name = "NEV Cherub"
dwidth = 6
+1 -1
View File
@@ -11,7 +11,7 @@
name = "supply shuttle"
id = "supply"
callTime = 2 MINUTES
dir = 8
dir = WEST
width = 12
dwidth = 5
height = 7