diff --git a/code/__HELPERS/experimental.dm b/code/__HELPERS/experimental.dm index 90e2553c19b..78e57f5cebf 100644 --- a/code/__HELPERS/experimental.dm +++ b/code/__HELPERS/experimental.dm @@ -100,7 +100,7 @@ var/list/masterPool * Example call: returnToPool(src) */ /proc/returnToPool(atom/movable/A) - if (isnull(masterPool[A])) + if (isnull(masterPool[A.type])) #if DEBUG_OBJECT_POOL world << "DEBUG_OBJECT_POOL: [A.type] pool is empty, recreating list." #endif