mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Tweaks space syndie listening post and lava syndie base. (#34718)
* Tweaks space syndie listening post and lava syndie base. * Replaces sleeper with medicine locker. * Gives the syndicate fighter pods and the drop ship the ability to dock at the listening post. * whoops blacklist * Removes syndicate access requirements on pirate bridge blast door button. * Places the airlocks above the firelocks on listening and caravan. * this kills the dirty vars * the skill that cuts the DIR and LISTENING vars
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
req_access = list(ACCESS_SYNDICATE)
|
||||
circuit = /obj/item/circuitboard/computer/caravan/syndicate1
|
||||
shuttleId = "caravansyndicate1"
|
||||
possible_destinations = "caravansyndicate1_custom;caravansyndicate1_ambush"
|
||||
possible_destinations = "caravansyndicate1_custom;caravansyndicate1_ambush;caravansyndicate1_listeningpost"
|
||||
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/caravan/syndicate1
|
||||
name = "Syndicate Fighter Navigation Computer"
|
||||
@@ -110,7 +110,7 @@
|
||||
lock_override = NONE
|
||||
shuttlePortId = "caravansyndicate1_custom"
|
||||
shuttlePortName = "Custom Location"
|
||||
jumpto_ports = list("caravansyndicate1_ambush" = 1)
|
||||
jumpto_ports = list("caravansyndicate1_ambush" = 1, "caravansyndicate1_listeningpost" = 1)
|
||||
view_range = 7
|
||||
x_offset = 2
|
||||
y_offset = 0
|
||||
@@ -124,7 +124,7 @@
|
||||
light_color = LIGHT_COLOR_RED
|
||||
circuit = /obj/item/circuitboard/computer/caravan/syndicate2
|
||||
shuttleId = "caravansyndicate2"
|
||||
possible_destinations = "caravansyndicate2_custom;caravansyndicate2_ambush"
|
||||
possible_destinations = "caravansyndicate2_custom;caravansyndicate2_ambush;caravansyndicate1_listeningpost"
|
||||
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/caravan/syndicate2
|
||||
name = "Syndicate Fighter Navigation Computer"
|
||||
@@ -135,7 +135,7 @@
|
||||
lock_override = NONE
|
||||
shuttlePortId = "caravansyndicate2_custom"
|
||||
shuttlePortName = "Custom Location"
|
||||
jumpto_ports = list("caravansyndicate2_ambush" = 1)
|
||||
jumpto_ports = list("caravansyndicate2_ambush" = 1, "caravansyndicate1_listeningpost" = 1)
|
||||
view_range = 7
|
||||
x_offset = 0
|
||||
y_offset = 2
|
||||
@@ -149,7 +149,7 @@
|
||||
light_color = LIGHT_COLOR_RED
|
||||
circuit = /obj/item/circuitboard/computer/caravan/syndicate3
|
||||
shuttleId = "caravansyndicate3"
|
||||
possible_destinations = "caravansyndicate3_custom;caravansyndicate3_ambush"
|
||||
possible_destinations = "caravansyndicate3_custom;caravansyndicate3_ambush;caravansyndicate3_listeningpost"
|
||||
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/caravan/syndicate3
|
||||
name = "Syndicate Drop Ship Navigation Computer"
|
||||
@@ -160,7 +160,7 @@
|
||||
lock_override = NONE
|
||||
shuttlePortId = "caravansyndicate3_custom"
|
||||
shuttlePortName = "Custom Location"
|
||||
jumpto_ports = list("caravansyndicate3_ambush" = 1)
|
||||
jumpto_ports = list("caravansyndicate3_ambush" = 1, "caravansyndicate3_listeningpost" = 1)
|
||||
view_range = 10
|
||||
x_offset = -1
|
||||
y_offset = -3
|
||||
Reference in New Issue
Block a user