[MIRROR] Clicking a bitrunning pod orbits its avatar [MDB IGNORE] (#24417)

* Clicking a bitrunning pod orbits its avatar (#79053)

* Clicking a bitrunning pod orbits its avatar

---------

Co-authored-by: Rhials <28870487+Rhials@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-10-18 21:30:31 -04:00
committed by GitHub
co-authored by Rhials
parent 1a02c95d89
commit 55901e2469
@@ -227,6 +227,11 @@
return FALSE
/obj/machinery/netpod/attack_ghost(mob/dead/observer/our_observer)
var/our_target = avatar_ref?.resolve()
if(isnull(our_target) || !our_observer.orbit(our_target))
return ..()
/// Disconnects the occupant after a certain time so they aren't just hibernating in netpod stasis. A balance change
/obj/machinery/netpod/proc/auto_disconnect()
if(isnull(occupant) || state_open || connected)