mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
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:
co-authored by
Cameron Lennox
parent
c38c0d0698
commit
7c7aa0d237
@@ -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)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user