From 0366df06417ef30086e0b3529d2e8aff673a47d3 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:12:18 +0100 Subject: [PATCH] Fixes AI eyes able to be shuttlecrushed (#23085) * Fixes it * Contra review --- code/modules/mob/camera/camera_mob.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/camera/camera_mob.dm b/code/modules/mob/camera/camera_mob.dm index e7497e58920..f9ec7ef37d6 100644 --- a/code/modules/mob/camera/camera_mob.dm +++ b/code/modules/mob/camera/camera_mob.dm @@ -11,6 +11,7 @@ invisibility = 101 // No one can see us sight = SEE_SELF move_on_shuttle = FALSE + flags_2 = IMMUNE_TO_SHUTTLECRUSH_2 /mob/camera/experience_pressure_difference() return