mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 22:22:09 +00:00
AI eye no longer appears on turf tab (#7666)
This commit is contained in:
@@ -48,7 +48,7 @@ var/list/ai_verbs_default = list(
|
|||||||
anchored = 1 // -- TLE
|
anchored = 1 // -- TLE
|
||||||
density = 1
|
density = 1
|
||||||
status_flags = CANSTUN|CANPARALYSE|CANPUSH
|
status_flags = CANSTUN|CANPARALYSE|CANPUSH
|
||||||
shouldnt_see = list(/obj/effect/rune)
|
shouldnt_see = list(/mob/observer/eye, /obj/effect/rune)
|
||||||
var/list/network = list(NETWORK_DEFAULT)
|
var/list/network = list(NETWORK_DEFAULT)
|
||||||
var/obj/machinery/camera/camera = null
|
var/obj/machinery/camera/camera = null
|
||||||
var/aiRestorePowerRoutine = 0
|
var/aiRestorePowerRoutine = 0
|
||||||
|
|||||||
@@ -202,7 +202,7 @@
|
|||||||
var/mob/teleop = null
|
var/mob/teleop = null
|
||||||
|
|
||||||
var/turf/listed_turf = null //the current turf being examined in the stat panel
|
var/turf/listed_turf = null //the current turf being examined in the stat panel
|
||||||
var/list/shouldnt_see = list() //list of objects that this mob shouldn't see in the stat panel. this silliness is needed because of AI alt+click and cult blood runes
|
var/list/shouldnt_see = list(/mob/observer/eye) //list of objects that this mob shouldn't see in the stat panel. this silliness is needed because of AI alt+click and cult blood runes
|
||||||
|
|
||||||
var/list/active_genes=list()
|
var/list/active_genes=list()
|
||||||
var/mob_size = MOB_MEDIUM
|
var/mob_size = MOB_MEDIUM
|
||||||
|
|||||||
Reference in New Issue
Block a user