From: alexalexmax <149889301+alexalexmax@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:59:38 +0000 (-0800) Subject: Fix mobs not being blindable (#41788) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=dc616f67e7436d65ba28b0e118de21b37c1f9885;p=space-station-14.git Fix mobs not being blindable (#41788) added blindable component to BaseSimpleMob --- 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