From ef2fe8266a188affd819bc1f716a445ba77f71bc Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Sat, 8 Mar 2025 20:55:37 +0100 Subject: [PATCH] Fixes fake airlock bolts being examineable (#89901) ## About The Pull Request Closes #89857 --- code/modules/hallucination/bolted_airlocks.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/hallucination/bolted_airlocks.dm b/code/modules/hallucination/bolted_airlocks.dm index a275c775d66..f50c8876100 100644 --- a/code/modules/hallucination/bolted_airlocks.dm +++ b/code/modules/hallucination/bolted_airlocks.dm @@ -73,6 +73,7 @@ /obj/effect/client_image_holder/hallucination/fake_door_lock layer = CLOSED_DOOR_LAYER + 1 //for Bump priority plane = GAME_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT /// The real airlock we're fake bolting down. var/obj/machinery/door/airlock/airlock