From 166cf8f920fba33e258b3c4d24c6bf61f33dc717 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Sat, 12 Jul 2025 00:12:35 -0400 Subject: [PATCH] fix holodeck runtiming on load (#29744) --- code/__HELPERS/unsorted.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index d42a77fa1d9..e98f03be4ef 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -960,6 +960,7 @@ Returns 1 if the chain up to the area contains the given typepath "luminosity", "parent_type", "parent", + "pixloc", "signal_procs", "type", "vars",