mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Puts holopads on their own list in SSmachines, reduces searching through all machines, frequently, while the UI is open.
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
..()
|
||||
for(var/obj/machinery/computer/ship/S in SSmachinery.all_machines)
|
||||
S.attempt_hook_up(src)
|
||||
for(var/obj/machinery/hologram/holopad/H in SSmachinery.all_machines)
|
||||
for(var/obj/machinery/hologram/holopad/H as anything in SSmachinery.all_holopads)
|
||||
H.attempt_hook_up(src)
|
||||
for(var/datum/ship_engine/E in ship_engines)
|
||||
if(check_ownership(E.holder))
|
||||
|
||||
Reference in New Issue
Block a user