[MIRROR] Changes shuttle port direction var from an angle to a dir (#2613)
* Changes shuttle port direction var from an angle to a dir * actually ports the directions * Update shuttle.dm * how
This commit is contained in:
committed by
Poojawa
parent
f891eae65e
commit
82d0aae420
@@ -2407,7 +2407,7 @@
|
||||
dir = 4;
|
||||
id = "pod3";
|
||||
name = "escape pod 3";
|
||||
port_angle = 180;
|
||||
port_direction = 2;
|
||||
preferred_direction = 4
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
@@ -6368,7 +6368,7 @@
|
||||
height = 5;
|
||||
id = "laborcamp";
|
||||
name = "labor camp shuttle";
|
||||
port_angle = 90;
|
||||
port_direction = 4;
|
||||
width = 9
|
||||
},
|
||||
/obj/docking_port/stationary{
|
||||
@@ -16484,7 +16484,7 @@
|
||||
height = 7;
|
||||
id = "arrival";
|
||||
name = "arrival shuttle";
|
||||
port_angle = -90;
|
||||
port_direction = 8;
|
||||
preferred_direction = 8;
|
||||
width = 15
|
||||
},
|
||||
@@ -32542,7 +32542,7 @@
|
||||
height = 24;
|
||||
id = "syndicate";
|
||||
name = "syndicate infiltrator";
|
||||
port_angle = 0;
|
||||
port_direction = 1;
|
||||
roundstart_move = "syndicate_away";
|
||||
width = 18
|
||||
},
|
||||
@@ -37963,7 +37963,7 @@
|
||||
height = 5;
|
||||
id = "mining";
|
||||
name = "mining shuttle";
|
||||
port_angle = 90;
|
||||
port_direction = 4;
|
||||
width = 7
|
||||
},
|
||||
/obj/docking_port/stationary{
|
||||
@@ -52679,7 +52679,7 @@
|
||||
dir = 4;
|
||||
id = "pod4";
|
||||
name = "escape pod 4";
|
||||
port_angle = 180;
|
||||
port_direction = 2;
|
||||
preferred_direction = 4
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
@@ -52986,7 +52986,7 @@
|
||||
dir = 8;
|
||||
id = "pod2";
|
||||
name = "escape pod 2";
|
||||
port_angle = 180
|
||||
port_direction = 2
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/pod_2)
|
||||
@@ -56179,7 +56179,7 @@
|
||||
height = 13;
|
||||
id = "ferry";
|
||||
name = "ferry shuttle";
|
||||
port_angle = 0;
|
||||
port_direction = 1;
|
||||
preferred_direction = 4;
|
||||
roundstart_move = "ferry_away";
|
||||
width = 5
|
||||
@@ -56203,7 +56203,7 @@
|
||||
dir = 8;
|
||||
id = "pod1";
|
||||
name = "escape pod 1";
|
||||
port_angle = 180
|
||||
port_direction = 2
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/pod_1)
|
||||
@@ -56372,7 +56372,7 @@
|
||||
id = "whiteship";
|
||||
launch_status = 0;
|
||||
name = "NT Medical Ship";
|
||||
port_angle = -90;
|
||||
port_direction = 8;
|
||||
preferred_direction = 4;
|
||||
roundstart_move = "whiteship_away";
|
||||
timid = null;
|
||||
@@ -60906,7 +60906,7 @@
|
||||
height = 24;
|
||||
id = "syndicate";
|
||||
name = "syndicate infiltrator";
|
||||
port_angle = 0;
|
||||
port_direction = 1;
|
||||
roundstart_move = "syndicate_away";
|
||||
width = 18
|
||||
},
|
||||
|
||||
@@ -319,7 +319,7 @@
|
||||
/obj/docking_port/mobile/pod{
|
||||
id = "pod1";
|
||||
name = "escape pod 1";
|
||||
port_angle = 180
|
||||
port_direction = 2
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/end,
|
||||
/turf/open/floor/plasteel/white,
|
||||
@@ -335,7 +335,7 @@
|
||||
/obj/docking_port/mobile/pod{
|
||||
id = "pod2";
|
||||
name = "escape pod 2";
|
||||
port_angle = 180
|
||||
port_direction = 2
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/end,
|
||||
/turf/open/floor/plasteel/white,
|
||||
@@ -2670,7 +2670,7 @@
|
||||
height = 24;
|
||||
id = "syndicate";
|
||||
name = "syndicate infiltrator";
|
||||
port_angle = 0;
|
||||
port_direction = 1;
|
||||
roundstart_move = "syndicate_away";
|
||||
width = 18
|
||||
},
|
||||
@@ -24693,7 +24693,7 @@
|
||||
dir = 4;
|
||||
id = "pod3";
|
||||
name = "escape pod 3";
|
||||
port_angle = 180;
|
||||
port_direction = 2;
|
||||
preferred_direction = 4
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/end{
|
||||
@@ -27289,7 +27289,7 @@
|
||||
height = 5;
|
||||
id = "mining";
|
||||
name = "mining shuttle";
|
||||
port_angle = 90;
|
||||
port_direction = 4;
|
||||
width = 7
|
||||
},
|
||||
/obj/docking_port/stationary{
|
||||
@@ -37435,7 +37435,7 @@
|
||||
height = 5;
|
||||
id = "laborcamp";
|
||||
name = "labor camp shuttle";
|
||||
port_angle = 90;
|
||||
port_direction = 4;
|
||||
width = 9
|
||||
},
|
||||
/obj/docking_port/stationary{
|
||||
@@ -102774,7 +102774,7 @@
|
||||
name = "Delta emergency shuttle";
|
||||
width = 30;
|
||||
preferred_direction = 2;
|
||||
port_angle = 90
|
||||
port_direction = 4
|
||||
},
|
||||
/obj/docking_port/stationary{
|
||||
dheight = 0;
|
||||
@@ -107642,7 +107642,7 @@
|
||||
height = 13;
|
||||
id = "ferry";
|
||||
name = "ferry shuttle";
|
||||
port_angle = 0;
|
||||
port_direction = 1;
|
||||
preferred_direction = 4;
|
||||
roundstart_move = "ferry_away";
|
||||
width = 5
|
||||
@@ -110522,7 +110522,7 @@
|
||||
height = 24;
|
||||
id = "syndicate";
|
||||
name = "syndicate infiltrator";
|
||||
port_angle = 0;
|
||||
port_direction = 1;
|
||||
roundstart_move = "syndicate_away";
|
||||
width = 18
|
||||
},
|
||||
|
||||
@@ -613,7 +613,7 @@
|
||||
/obj/docking_port/mobile/pod{
|
||||
id = "pod2";
|
||||
name = "escape pod 2";
|
||||
port_angle = 180
|
||||
port_direction = 2
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/pod_2)
|
||||
@@ -1770,7 +1770,7 @@
|
||||
dir = 4;
|
||||
id = "pod3";
|
||||
name = "escape pod 3";
|
||||
port_angle = 180;
|
||||
port_direction = 2;
|
||||
preferred_direction = 4
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
@@ -13949,7 +13949,7 @@
|
||||
height = 5;
|
||||
id = "mining";
|
||||
name = "mining shuttle";
|
||||
port_angle = 90;
|
||||
port_direction = 4;
|
||||
width = 7
|
||||
},
|
||||
/obj/docking_port/stationary{
|
||||
@@ -14165,7 +14165,7 @@
|
||||
height = 5;
|
||||
id = "laborcamp";
|
||||
name = "labor camp shuttle";
|
||||
port_angle = 90;
|
||||
port_direction = 4;
|
||||
width = 9
|
||||
},
|
||||
/obj/docking_port/stationary{
|
||||
@@ -22681,7 +22681,7 @@
|
||||
/obj/docking_port/mobile/pod{
|
||||
id = "pod1";
|
||||
name = "escape pod 1";
|
||||
port_angle = 180
|
||||
port_direction = 2
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/pod_1)
|
||||
@@ -31507,7 +31507,7 @@
|
||||
dir = 4;
|
||||
id = "pod4";
|
||||
name = "escape pod 4";
|
||||
port_angle = 180;
|
||||
port_direction = 2;
|
||||
preferred_direction = 4
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
@@ -55214,7 +55214,7 @@
|
||||
id = "whiteship";
|
||||
launch_status = 0;
|
||||
name = "NT Recovery White-Ship";
|
||||
port_angle = -90;
|
||||
port_direction = 8;
|
||||
preferred_direction = 4;
|
||||
roundstart_move = "whiteship_away";
|
||||
width = 27
|
||||
@@ -78440,7 +78440,7 @@
|
||||
height = 24;
|
||||
id = "syndicate";
|
||||
name = "syndicate infiltrator";
|
||||
port_angle = 0;
|
||||
port_direction = 1;
|
||||
roundstart_move = "syndicate_away";
|
||||
width = 18
|
||||
},
|
||||
@@ -79419,7 +79419,7 @@
|
||||
height = 13;
|
||||
id = "ferry";
|
||||
name = "ferry shuttle";
|
||||
port_angle = 0;
|
||||
port_direction = 1;
|
||||
preferred_direction = 4;
|
||||
roundstart_move = "ferry_away";
|
||||
width = 5
|
||||
|
||||
@@ -9501,7 +9501,7 @@
|
||||
height = 5;
|
||||
id = "mining";
|
||||
name = "mining shuttle";
|
||||
port_angle = 90;
|
||||
port_direction = 4;
|
||||
width = 7
|
||||
},
|
||||
/obj/docking_port/stationary{
|
||||
@@ -37376,7 +37376,7 @@
|
||||
height = 24;
|
||||
id = "syndicate";
|
||||
name = "syndicate infiltrator";
|
||||
port_angle = 0;
|
||||
port_direction = 1;
|
||||
roundstart_move = "syndicate_away";
|
||||
width = 18
|
||||
},
|
||||
@@ -39899,7 +39899,7 @@
|
||||
height = 13;
|
||||
id = "ferry";
|
||||
name = "ferry shuttle";
|
||||
port_angle = 0;
|
||||
port_direction = 1;
|
||||
preferred_direction = 4;
|
||||
roundstart_move = "ferry_away";
|
||||
width = 5
|
||||
|
||||
@@ -297,7 +297,7 @@
|
||||
height = 24;
|
||||
id = "syndicate";
|
||||
name = "syndicate infiltrator";
|
||||
port_angle = 0;
|
||||
port_direction = 1;
|
||||
roundstart_move = "syndicate_away";
|
||||
width = 18
|
||||
},
|
||||
@@ -7653,7 +7653,7 @@
|
||||
id = "pod1";
|
||||
launch_status = 0;
|
||||
name = "monastery shuttle";
|
||||
port_angle = 180;
|
||||
port_direction = 2;
|
||||
width = 5
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
@@ -9698,7 +9698,7 @@
|
||||
height = 5;
|
||||
id = "laborcamp";
|
||||
name = "labor camp shuttle";
|
||||
port_angle = 90;
|
||||
port_direction = 4;
|
||||
width = 9
|
||||
},
|
||||
/obj/docking_port/stationary{
|
||||
@@ -20893,7 +20893,7 @@
|
||||
dwidth = 4;
|
||||
height = 15;
|
||||
name = "Pubby emergency shuttle";
|
||||
port_angle = 90;
|
||||
port_direction = 4;
|
||||
width = 18
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
@@ -26396,7 +26396,7 @@
|
||||
height = 5;
|
||||
id = "mining";
|
||||
name = "mining shuttle";
|
||||
port_angle = 90;
|
||||
port_direction = 4;
|
||||
width = 7
|
||||
},
|
||||
/obj/docking_port/stationary{
|
||||
@@ -32720,7 +32720,7 @@
|
||||
height = 13;
|
||||
id = "ferry";
|
||||
name = "ferry shuttle";
|
||||
port_angle = 0;
|
||||
port_direction = 1;
|
||||
preferred_direction = 4;
|
||||
roundstart_move = "ferry_away";
|
||||
width = 5
|
||||
@@ -52024,7 +52024,7 @@
|
||||
id = "whiteship";
|
||||
launch_status = 0;
|
||||
name = "White Ship";
|
||||
port_angle = 90;
|
||||
port_direction = 4;
|
||||
preferred_direction = 1;
|
||||
roundstart_move = "whiteship_away";
|
||||
timid = null;
|
||||
|
||||
@@ -8091,7 +8091,7 @@
|
||||
/obj/docking_port/mobile/assault_pod{
|
||||
dwidth = 3;
|
||||
name = "steel rain";
|
||||
port_angle = 90;
|
||||
port_direction = 4;
|
||||
preferred_direction = 4
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
@@ -79182,4 +79182,4 @@ aa
|
||||
aa
|
||||
HT
|
||||
HT
|
||||
"}
|
||||
"}
|
||||
Reference in New Issue
Block a user