mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Resprites sensors and remaps Venator-class sensors (#16313)
* start * i love big sensor dishes
This commit is contained in:
@@ -378,6 +378,9 @@
|
||||
icon_state = "[base_icon_state]_off"
|
||||
if(!use_power)
|
||||
cut_overlays()
|
||||
|
||||
if(use_power)
|
||||
icon_state = "[base_icon_state]_on"
|
||||
return
|
||||
|
||||
var/overlay = "[base_icon_state]-effect"
|
||||
@@ -487,7 +490,6 @@
|
||||
|
||||
/obj/machinery/shipsensors/strong
|
||||
desc = "An upgrade to the standard ship-mounted sensor array, this beast has massive cooling systems running beneath it, allowing it to run hotter for much longer. Can only run in vacuum to protect delicate quantum BS elements."
|
||||
icon_state = "sensor_suite"
|
||||
heat_reduction = 3.7 // can sustain range 6
|
||||
max_range = 14
|
||||
deep_scan_range = 6
|
||||
@@ -496,5 +498,9 @@
|
||||
/obj/machinery/shipsensors/strong/venator
|
||||
name = "venator-class quantum sensor array"
|
||||
desc = "An incredibly advanced sensor array, created using top of the line technology in every conceivable area. Not only does it far outperform and outclass every other sensors system, it also boasts revolutionary quantum long-range sensors."
|
||||
icon = 'icons/obj/machinery/sensors_venator.dmi'
|
||||
deep_scan_range = 12
|
||||
deep_scan_sensor_name = "Venator-Class Ultra-High Depth Sensors"
|
||||
layer = ABOVE_ALL_MOB_LAYER
|
||||
pixel_x = -32
|
||||
pixel_y = -32
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/obj/machinery/iff_beacon
|
||||
name = "IFF transponder" //This object handles ship identification on sensors.
|
||||
desc = "A complex set of various bluespace and subspace arrays that transmit a ship's identification tags."
|
||||
icon = 'icons/obj/machinery/telecomms.dmi'
|
||||
icon_state = "ntnet"
|
||||
icon = 'icons/obj/machinery/iff_transponder.dmi'
|
||||
icon_state = "iff"
|
||||
idle_power_usage = 500
|
||||
var/datum/wires/iff/wires
|
||||
var/disabled = FALSE
|
||||
|
||||
Reference in New Issue
Block a user