mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[MIRROR] Fixes pirate ships being able to fly around [MDB IGNORE] (#16166)
* Fixes pirate ships being able to fly around * when you find some bullshit, you look, and its got the ///skyrat edit Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Paxilmaniac <paxilmaniac@gmail.com>
This commit is contained in:
co-authored by
John Willard
Paxilmaniac
parent
301893b57c
commit
2a220e21dd
@@ -193,7 +193,7 @@
|
||||
/obj/docking_port/stationary{
|
||||
dwidth = 11;
|
||||
height = 16;
|
||||
shuttle_id = "pirateship_home";
|
||||
shuttle_id = "pirate_home";
|
||||
name = "Deep Space";
|
||||
width = 17
|
||||
},
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
/obj/docking_port/stationary{
|
||||
dwidth = 11;
|
||||
height = 16;
|
||||
shuttle_id = "pirateship_home";
|
||||
shuttle_id = "pirate_home";
|
||||
name = "Deep Space";
|
||||
width = 17
|
||||
},
|
||||
|
||||
@@ -762,7 +762,7 @@
|
||||
/obj/docking_port/stationary{
|
||||
dwidth = 11;
|
||||
height = 16;
|
||||
shuttle_id = "pirateship_home";
|
||||
shuttle_id = "pirate_home";
|
||||
name = "Deep Space";
|
||||
width = 17
|
||||
},
|
||||
|
||||
@@ -754,7 +754,7 @@
|
||||
dir = 8;
|
||||
dwidth = 11;
|
||||
height = 16;
|
||||
shuttle_id = "pirateship_home";
|
||||
shuttle_id = "pirate_home";
|
||||
name = "Deep Space";
|
||||
width = 17
|
||||
},
|
||||
|
||||
@@ -187,7 +187,7 @@
|
||||
dir = 4;
|
||||
dwidth = 13;
|
||||
height = 3;
|
||||
shuttle_id = "pirateship_home";
|
||||
shuttle_id = "pirate_home";
|
||||
name = "Deep Space";
|
||||
width = 26
|
||||
},
|
||||
|
||||
@@ -234,18 +234,18 @@
|
||||
|
||||
/obj/machinery/computer/shuttle/pirate
|
||||
name = "pirate shuttle console"
|
||||
shuttleId = "pirateship"
|
||||
shuttleId = "pirate"
|
||||
icon_screen = "syndishuttle"
|
||||
icon_keyboard = "syndie_key"
|
||||
light_color = COLOR_SOFT_RED
|
||||
possible_destinations = "pirateship_away;pirateship_home;pirateship_custom;whiteship_home" //SKYRAT EDIT CHANGE
|
||||
possible_destinations = "pirate_away;pirate_home;pirate_custom"
|
||||
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/pirate
|
||||
name = "pirate shuttle navigation computer"
|
||||
desc = "Used to designate a precise transit location for the pirate shuttle."
|
||||
shuttleId = "pirateship"
|
||||
shuttleId = "pirate"
|
||||
lock_override = CAMERA_LOCK_STATION
|
||||
shuttlePortId = "pirateship_custom"
|
||||
shuttlePortId = "pirate_custom"
|
||||
x_offset = 9
|
||||
y_offset = 0
|
||||
see_hidden = FALSE
|
||||
|
||||
Reference in New Issue
Block a user