mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Removes heist mode & associated code (#17256)
This commit is contained in:
@@ -100,3 +100,15 @@
|
||||
y_offset = 0
|
||||
|
||||
#undef SYNDICATE_CHALLENGE_TIMER
|
||||
|
||||
// Fuck it its syndicate now
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/admin/vox
|
||||
name = "skipjack navigation computer"
|
||||
desc = "Used to designate a precise transit location for the skipjack."
|
||||
flags = NODECONSTRUCT
|
||||
access_mining = FALSE
|
||||
|
||||
/obj/machinery/computer/shuttle/admin/vox
|
||||
name = "vox skipjack console"
|
||||
req_access = list(ACCESS_VOX)
|
||||
possible_destinations = "admin_home;admin_custom"
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
/obj/machinery/computer/shuttle/vox
|
||||
name = "skipjack control console"
|
||||
req_access = list(ACCESS_VOX)
|
||||
shuttleId = "skipjack"
|
||||
possible_destinations = "skipjack_away;skipjack_ne;skipjack_nw;skipjack_se;skipjack_sw;skipjack_z5;skipjack_custom"
|
||||
resistance_flags = INDESTRUCTIBLE
|
||||
flags = NODECONSTRUCT
|
||||
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/vox
|
||||
name = "skipjack navigation computer"
|
||||
desc = "Used to designate a precise transit location for the skipjack."
|
||||
icon_screen = "navigation"
|
||||
icon_keyboard = "med_key"
|
||||
shuttleId = "skipjack"
|
||||
shuttlePortId = "skipjack_custom"
|
||||
view_range = 13
|
||||
x_offset = -10
|
||||
y_offset = -10
|
||||
resistance_flags = INDESTRUCTIBLE
|
||||
flags = NODECONSTRUCT
|
||||
Reference in New Issue
Block a user