TG spawn panel port (#19293)

* TG spawn panel port

* .

* .

* click intercept

* .

* diagonals

* .

* .

* fix path search

* reduce that

* Fixes ghost click

* lol

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2026-03-29 19:01:27 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent c38c0d0698
commit 7c7aa0d237
38 changed files with 2236 additions and 662 deletions
+1 -1
View File
@@ -125,6 +125,6 @@
if(orbiters)
for(var/datum/orbit/O as anything in orbiters)
if(O.orbiter && isobserver(O.orbiter))
var/mob/dead/observer/D = O.orbiter
var/mob/observer/dead/D = O.orbiter
D.ManualFollow(target)
*/