simple ghost pod find (#17909)

* simple ghost spawn rewrite

* neutral

* .

* don't close

* migrate vore spawn

* use a searchable list

* move some more verbs

* allow special role spawns

* add key

* .

* fix that part

* announce for logging

* filter those

* typ o

* .

* .

* Update SelectionList.tsx

* .

* that

* .

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2025-07-16 19:00:51 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent f94a66cb97
commit 426b24d37e
34 changed files with 1543 additions and 430 deletions
+2 -2
View File
@@ -102,12 +102,12 @@
var/list/cameras = list()
/mob/living/silicon/ai/proc/trackable_mobs()
if(usr.stat == 2)
if(src.stat == 2)
return list()
var/datum/trackable/TB = new()
for(var/mob/living/M in GLOB.mob_list)
if(M == usr)
if(M == src)
continue
if(M.tracking_status() != TRACKING_POSSIBLE)
continue