Skip to content

Commit

Permalink
Remove the Scream Action (#57)
Browse files Browse the repository at this point in the history
# Changelog

:cl:
- remove: I have a mouth but must not scream (removed the scream action
in favor of emotes)
  • Loading branch information
DEATHB4DEFEAT authored Mar 10, 2024
1 parent 4bfab53 commit 3b9ef0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Speech/EntitySystems/VocalSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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);
// _actions.AddAction(uid, ref component.ScreamActionEntity, component.ScreamAction); // Parkstation-RemoveScreamAction
LoadSounds(uid, component);
}

Expand Down

0 comments on commit 3b9ef0a

Please sign in to comment.