mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
[MIRROR] bunch of global vars (#12325)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
f55947089b
commit
8528d1dbcb
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user