From dc616f67e7436d65ba28b0e118de21b37c1f9885 Mon Sep 17 00:00:00 2001 From: alexalexmax <149889301+alexalexmax@users.noreply.github.com> Date: Tue, 9 Dec 2025 04:59:38 -0800 Subject: [PATCH] Fix mobs not being blindable (#41788) added blindable component to BaseSimpleMob --- Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml index 4090138b57..f9e8e4e33a 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml @@ -31,6 +31,7 @@ tags: - DoorBumpOpener - StunImmune + - type: Blindable - type: entity abstract: true -- 2.52.0