diff --git a/Content.Shared/GameObjects/Components/Mobs/State/SharedMobStateComponent.cs b/Content.Shared/GameObjects/Components/Mobs/State/SharedMobStateComponent.cs index cd34d1297b..784fd84c3a 100644 --- a/Content.Shared/GameObjects/Components/Mobs/State/SharedMobStateComponent.cs +++ b/Content.Shared/GameObjects/Components/Mobs/State/SharedMobStateComponent.cs @@ -269,6 +269,7 @@ namespace Content.Shared.GameObjects.Components.Mobs.State var message = new MobStateChangedMessage(this, old, state); SendMessage(message); + Owner.EntityManager.EventBus.RaiseEvent(EventSource.Local, message); } bool IActionBlocker.CanInteract()