mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
AI's no longer able to use specop's shuttle console.
Keeps naughty AI's from launching it early.
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
shuttle_tag = "Special Operations"
|
shuttle_tag = "Special Operations"
|
||||||
req_access = list(access_cent_specops)
|
req_access = list(access_cent_specops)
|
||||||
|
|
||||||
|
/obj/machinery/computer/shuttle_control/specops/attack_ai(user as mob)
|
||||||
|
user << "\red Access Denied."
|
||||||
|
return 1
|
||||||
|
|
||||||
//for shuttles that may use a different docking port at each location
|
//for shuttles that may use a different docking port at each location
|
||||||
/datum/shuttle/ferry/multidock
|
/datum/shuttle/ferry/multidock
|
||||||
var/docking_controller_tag_station
|
var/docking_controller_tag_station
|
||||||
@@ -35,6 +39,7 @@
|
|||||||
if(announcer)
|
if(announcer)
|
||||||
announcer.autosay(message, "A.L.I.C.E.", "Response Team")
|
announcer.autosay(message, "A.L.I.C.E.", "Response Team")
|
||||||
|
|
||||||
|
|
||||||
/datum/shuttle/ferry/multidock/specops/launch(var/user)
|
/datum/shuttle/ferry/multidock/specops/launch(var/user)
|
||||||
if (!can_launch())
|
if (!can_launch())
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user