mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Removing all hard access locks. (#10732)
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
icon_keyboard = "tech_key"
|
icon_keyboard = "tech_key"
|
||||||
icon_screen = "supply"
|
icon_screen = "supply"
|
||||||
light_color = "#b88b2e"
|
light_color = "#b88b2e"
|
||||||
req_access = list(access_cargo)
|
//req_access = list(access_cargo) //CHOMPedit, removing hard access locks.
|
||||||
circuit = /obj/item/circuitboard/supplycomp/control
|
circuit = /obj/item/circuitboard/supplycomp/control
|
||||||
authorization = SUP_SEND_SHUTTLE | SUP_ACCEPT_ORDERS
|
authorization = SUP_SEND_SHUTTLE | SUP_ACCEPT_ORDERS
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
use_power = USE_POWER_IDLE
|
use_power = USE_POWER_IDLE
|
||||||
idle_power_usage = 20
|
idle_power_usage = 20
|
||||||
active_power_usage = 5000
|
active_power_usage = 5000
|
||||||
req_access = list(access_robotics)
|
//req_access = list(access_robotics) //CHOMPedit, removing hard access locks.
|
||||||
circuit = /obj/item/circuitboard/mechfab
|
circuit = /obj/item/circuitboard/mechfab
|
||||||
|
|
||||||
/// Current items in the build queue.
|
/// Current items in the build queue.
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
use_power = USE_POWER_IDLE
|
use_power = USE_POWER_IDLE
|
||||||
idle_power_usage = 20
|
idle_power_usage = 20
|
||||||
active_power_usage = 5000
|
active_power_usage = 5000
|
||||||
req_access = list(access_robotics)
|
//req_access = list(access_robotics) //CHOMPedit, removing hard access locks.
|
||||||
circuit = /obj/item/circuitboard/prosthetics
|
circuit = /obj/item/circuitboard/prosthetics
|
||||||
|
|
||||||
// Prosfab specific stuff
|
// Prosfab specific stuff
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ GLOBAL_LIST_EMPTY(all_waypoints)
|
|||||||
var/dy //coordinates
|
var/dy //coordinates
|
||||||
var/speedlimit = 1/(20 SECONDS) //top speed for autopilot, 5
|
var/speedlimit = 1/(20 SECONDS) //top speed for autopilot, 5
|
||||||
var/accellimit = 0.001 //manual limiter for acceleration
|
var/accellimit = 0.001 //manual limiter for acceleration
|
||||||
req_one_access = list(access_pilot) //VOREStation Edit
|
//req_one_access = list(access_pilot) //VOREStation Edit //CHOMPstation edit, removed hard access locks.
|
||||||
ai_control = FALSE //VOREStation Edit - AI/Borgs shouldn't really be flying off in ships without crew help // Chompstation Edit - Not an issue on this server, use of shuttles is extremely rare also . //Chompeditedit - No
|
ai_control = FALSE //VOREStation Edit - AI/Borgs shouldn't really be flying off in ships without crew help // Chompstation Edit - Not an issue on this server, use of shuttles is extremely rare also . //Chompeditedit - No
|
||||||
|
|
||||||
// fancy sprite
|
// fancy sprite
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
/obj/machinery/computer/shuttle_control/explore/stargazer
|
/obj/machinery/computer/shuttle_control/explore/stargazer
|
||||||
name = "short jump console"
|
name = "short jump console"
|
||||||
shuttle_tag = "Stargazer"
|
shuttle_tag = "Stargazer"
|
||||||
req_one_access = list(access_pilot)
|
//req_one_access = list(access_pilot)
|
||||||
|
|
||||||
//Baby_Mammoth
|
//Baby_Mammoth
|
||||||
/datum/shuttle/autodock/overmap/baby_mammoth
|
/datum/shuttle/autodock/overmap/baby_mammoth
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
/obj/machinery/computer/shuttle_control/explore/baby_mammoth
|
/obj/machinery/computer/shuttle_control/explore/baby_mammoth
|
||||||
name = "short jump console"
|
name = "short jump console"
|
||||||
shuttle_tag = "Baby_mammoth"
|
shuttle_tag = "Baby_mammoth"
|
||||||
req_one_access = list(access_pilot)
|
//req_one_access = list(access_pilot)
|
||||||
|
|
||||||
//Ursula
|
//Ursula
|
||||||
/datum/shuttle/autodock/overmap/ursula
|
/datum/shuttle/autodock/overmap/ursula
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
/obj/machinery/computer/shuttle_control/explore/ursula
|
/obj/machinery/computer/shuttle_control/explore/ursula
|
||||||
name = "short jump console"
|
name = "short jump console"
|
||||||
shuttle_tag = "Ursula"
|
shuttle_tag = "Ursula"
|
||||||
req_one_access = list(access_pilot)
|
//req_one_access = list(access_pilot)
|
||||||
|
|
||||||
//Needle
|
//Needle
|
||||||
/datum/shuttle/autodock/overmap/needle
|
/datum/shuttle/autodock/overmap/needle
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
/obj/machinery/computer/shuttle_control/explore/needle
|
/obj/machinery/computer/shuttle_control/explore/needle
|
||||||
name = "short jump console"
|
name = "short jump console"
|
||||||
shuttle_tag = "Needle"
|
shuttle_tag = "Needle"
|
||||||
req_one_access = list(access_pilot)
|
//req_one_access = list(access_pilot)
|
||||||
|
|
||||||
//Echidna
|
//Echidna
|
||||||
/datum/shuttle/autodock/overmap/echidna
|
/datum/shuttle/autodock/overmap/echidna
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
/obj/machinery/computer/shuttle_control/explore/echidna
|
/obj/machinery/computer/shuttle_control/explore/echidna
|
||||||
name = "short jump console"
|
name = "short jump console"
|
||||||
shuttle_tag = "Echidna"
|
shuttle_tag = "Echidna"
|
||||||
req_one_access = list(access_pilot)
|
//req_one_access = list(access_pilot)
|
||||||
|
|
||||||
//Spacebus
|
//Spacebus
|
||||||
/datum/shuttle/autodock/overmap/spacebus
|
/datum/shuttle/autodock/overmap/spacebus
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
/obj/machinery/computer/shuttle_control/explore/spacebus
|
/obj/machinery/computer/shuttle_control/explore/spacebus
|
||||||
name = "short jump console"
|
name = "short jump console"
|
||||||
shuttle_tag = "Space Bus"
|
shuttle_tag = "Space Bus"
|
||||||
req_one_access = list(access_pilot)
|
//req_one_access = list(access_pilot)
|
||||||
|
|
||||||
//POI Junker
|
//POI Junker
|
||||||
/datum/shuttle/autodock/overmap/junker
|
/datum/shuttle/autodock/overmap/junker
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ GLOBAL_LIST_EMPTY(shuttdisp_list)
|
|||||||
/obj/machinery/computer/shuttle_control/web/shuttle3
|
/obj/machinery/computer/shuttle_control/web/shuttle3
|
||||||
name = "shuttle control console"
|
name = "shuttle control console"
|
||||||
shuttle_tag = "Shuttle 3"
|
shuttle_tag = "Shuttle 3"
|
||||||
req_access = list(access_pilot)
|
//req_access = list(access_pilot)
|
||||||
|
|
||||||
/datum/shuttle/autodock/web_shuttle/shuttle3
|
/datum/shuttle/autodock/web_shuttle/shuttle3
|
||||||
name = "Shuttle 3"
|
name = "Shuttle 3"
|
||||||
|
|||||||
Reference in New Issue
Block a user