mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
AI Detector can now only detect AI, not Abductors, Xenobio consoles or Shuttles (#15535)
* Update navigation_computer.dm * V7 * Update navigation_computer.dm * All instances * Added explainers Seems this is done some places, seems nice and easier to understand with em * Updated name * Change Variable name Changed as per advise of Fox
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
var/relay_speech = FALSE
|
||||
var/use_static = TRUE
|
||||
var/static_visibility_range = 16
|
||||
// Decides if it is shown by AI Detector or not
|
||||
var/ai_detector_visible = TRUE
|
||||
|
||||
|
||||
// Use this when setting the aiEye's location.
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
icon = 'icons/obj/abductor.dmi'
|
||||
icon_state = "camera_target"
|
||||
var/allowed_area = null
|
||||
// The Xenobio Console does not trigger the AI Detector
|
||||
ai_detector_visible = FALSE
|
||||
|
||||
/mob/camera/aiEye/remote/xenobio/New(loc)
|
||||
var/area/A = get_area(loc)
|
||||
|
||||
@@ -264,6 +264,8 @@
|
||||
visible_icon = FALSE
|
||||
use_static = FALSE
|
||||
simulated = FALSE
|
||||
// The Shuttle Docker does not trigger the AI Detector
|
||||
ai_detector_visible = FALSE
|
||||
var/list/placement_images = list()
|
||||
var/list/placed_images = list()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user