mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fix caravan ambush ships being unpilotable (#35341)
This commit is contained in:
committed by
Emmett Gaines
parent
9348ad9aad
commit
b3805134c4
@@ -70,6 +70,7 @@
|
||||
name = "Pirate Cutter";
|
||||
port_direction = 8;
|
||||
preferred_direction = 4;
|
||||
timid = 0;
|
||||
width = 22
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
@@ -3264,6 +3265,7 @@
|
||||
name = "Syndicate Drop Ship";
|
||||
port_direction = 8;
|
||||
preferred_direction = 4;
|
||||
timid = 0;
|
||||
width = 15
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
@@ -3429,6 +3431,7 @@
|
||||
name = "Syndicate Fighter";
|
||||
port_direction = 2;
|
||||
preferred_direction = 4;
|
||||
timid = 0;
|
||||
width = 9
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
@@ -3571,6 +3574,7 @@
|
||||
name = "Syndicate Fighter";
|
||||
port_direction = 2;
|
||||
preferred_direction = 1;
|
||||
timid = 0;
|
||||
width = 9
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
@@ -3599,6 +3603,7 @@
|
||||
name = "Small Freighter";
|
||||
port_direction = 8;
|
||||
preferred_direction = 4;
|
||||
timid = 0;
|
||||
width = 27
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
|
||||
Reference in New Issue
Block a user