diff --git a/code/modules/flufftext/Hallucination.dm b/code/modules/flufftext/Hallucination.dm index 675550e1646..03fee5c8c07 100644 --- a/code/modules/flufftext/Hallucination.dm +++ b/code/modules/flufftext/Hallucination.dm @@ -759,7 +759,7 @@ GLOBAL_LIST_INIT(hallucination_list, list( lock.airlock = next_airlock LAZYADD(locks, lock) - if (!airlocks_to_hit.len) + if (!LAZYLEN(airlocks_to_hit)) locking = FALSE next_action = 10 SECONDS return