mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -636,7 +636,6 @@
|
||||
dwidth = 2
|
||||
width = 8
|
||||
height = 8
|
||||
dir = 4
|
||||
|
||||
/obj/docking_port/mobile/emergency/backup/register()
|
||||
var/current_emergency = SSshuttle.emergency
|
||||
|
||||
@@ -16,13 +16,9 @@
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/ert
|
||||
name = "specops navigation computer"
|
||||
desc = "Used to designate a precise transit location for the specops shuttle."
|
||||
icon_screen = "navigation"
|
||||
icon_keyboard = "med_key"
|
||||
shuttleId = "specops"
|
||||
shuttlePortId = "specops_custom"
|
||||
view_range = 13
|
||||
x_offset = 0
|
||||
y_offset = 0
|
||||
resistance_flags = INDESTRUCTIBLE
|
||||
flags = NODECONSTRUCT
|
||||
access_mining = FALSE
|
||||
|
||||
@@ -107,7 +107,6 @@
|
||||
name = "lance docking port"
|
||||
id = "emergency_home"
|
||||
height = 50
|
||||
dheight = 0
|
||||
width = 19
|
||||
dwidth = 9
|
||||
|
||||
@@ -115,4 +114,3 @@
|
||||
icon_state = null
|
||||
gpstag = "Lance Docking Beacon"
|
||||
desc = "It is not reccomended to stand here."
|
||||
invisibility = 100
|
||||
|
||||
@@ -283,7 +283,6 @@
|
||||
|
||||
/datum/action/innate/camera_jump/shuttle_docker
|
||||
name = "Jump to Location"
|
||||
button_overlay_icon_state = "camera_jump"
|
||||
|
||||
/datum/action/innate/camera_jump/shuttle_docker/Activate()
|
||||
if(QDELETED(target) || !isliving(target))
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
icon = 'icons/turf/floors/ripple.dmi'
|
||||
icon_state = "ripple-0"
|
||||
base_icon_state = "ripple"
|
||||
anchored = TRUE
|
||||
density = FALSE
|
||||
smoothing_flags = SMOOTH_BITMASK
|
||||
smoothing_groups = list(SMOOTH_GROUP_RIPPLE)
|
||||
canSmoothWith = list(SMOOTH_GROUP_RIPPLE)
|
||||
@@ -28,7 +26,6 @@
|
||||
icon = 'icons/turf/walls/hierophant_wall_temp.dmi'
|
||||
icon_state = "hierophant_wall_temp-0"
|
||||
base_icon_state = "hierophant_wall_temp"
|
||||
smoothing_flags = SMOOTH_BITMASK
|
||||
smoothing_groups = list(SMOOTH_GROUP_HIERO_WALL)
|
||||
canSmoothWith = list(SMOOTH_GROUP_HIERO_WALL)
|
||||
color = rgb(255, 0, 0)
|
||||
|
||||
@@ -1102,15 +1102,10 @@
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/admin
|
||||
name = "Admin shuttle navigation computer"
|
||||
desc = "Used to designate a precise transit location for the admin shuttle."
|
||||
icon_screen = "navigation"
|
||||
icon_keyboard = "med_key"
|
||||
shuttleId = "admin"
|
||||
shuttlePortId = "admin_custom"
|
||||
view_range = 14
|
||||
x_offset = 0
|
||||
y_offset = 0
|
||||
resistance_flags = INDESTRUCTIBLE
|
||||
access_mining = TRUE
|
||||
|
||||
/obj/machinery/computer/shuttle/trade
|
||||
name = "Freighter Console"
|
||||
|
||||
@@ -84,8 +84,6 @@
|
||||
desc = "Used to designate a precise transit location for the SST shuttle."
|
||||
shuttleId = "sst"
|
||||
shuttlePortId = "sst_custom"
|
||||
bubble_icon = "syndibot"
|
||||
view_range = 13
|
||||
x_offset = 0
|
||||
y_offset = 0
|
||||
|
||||
@@ -94,8 +92,6 @@
|
||||
desc = "Used to designate a precise transit location for the SIT shuttle."
|
||||
shuttleId = "sit"
|
||||
shuttlePortId = "sit_custom"
|
||||
bubble_icon = "syndibot"
|
||||
view_range = 13
|
||||
x_offset = 0
|
||||
y_offset = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user