[MIRROR] bunch of global vars (#12325)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-25 23:09:28 +01:00
committed by GitHub
co-authored by Kashargul
parent f55947089b
commit 8528d1dbcb
92 changed files with 330 additions and 438 deletions
+2 -1
View File
@@ -34,7 +34,8 @@
//CHOMPEdit Begin
// Step 1, find out what we can see.
/datum/ai_holder/proc/list_targets()
. = hearers(vision_range, holder) - holder // Remove ourselves to prevent suicidal decisions. ~ SRC is the ai_holder.
. = ohearers(vision_range, holder) - holder // CHOMPEdit Remove ourselves to prevent suicidal decisions. ~ SRC is the ai_holder.
. -= GLOB.dview_mob // Not the dview mob!
var/static/list/hostile_machines = typecacheof(list(/obj/machinery/porta_turret, /obj/mecha))
var/static/list/ignore = typecacheof(list(/mob/observer))