Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ewokswagger committed Nov 4, 2024
1 parent 134b190 commit 1b81020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Content.Shared/DeltaV/Speech/HushedComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
namespace Content.Shared.Speech.Hushing
{
[RegisterComponent, NetworkedComponent]
public sealed partial class HushedComponent : Component
{

}
public sealed partial class HushedComponent : Component;
}
4 changes: 2 additions & 2 deletions Resources/Prototypes/DeltaV/Traits/speech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
cost: 0
blacklist:
components:
- BorgChassis
- BorgChassis
components:
- type: Hushed
- type: Hushed

0 comments on commit 1b81020

Please sign in to comment.