Skip to content

Commit

Permalink
Крик по клавише 1 = неумесный ЛРП крик
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jul 22, 2024
1 parent 2731dda commit 504a697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Content.Server/Speech/EntitySystems/VocalSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public override void Initialize()
private void OnMapInit(EntityUid uid, VocalComponent component, MapInitEvent args)
{
// try to add scream action when vocal comp added
_actions.AddAction(uid, ref component.ScreamActionEntity, component.ScreamAction);
// Sunrise-edit: No scream action
// _actions.AddAction(uid, ref component.ScreamActionEntity, component.ScreamAction);
LoadSounds(uid, component);
}

Expand Down

0 comments on commit 504a697

Please sign in to comment.