mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user