Skip to content

Commit

Permalink
Update ClumsyComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Inconnu1337 authored Oct 21, 2024
1 parent 9544bff commit 6d93d97
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Content.Shared/Interaction/Components/ClumsyComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,4 @@ public sealed partial class ClumsyComponent : Component
/// </summary>
[DataField]
public SoundSpecifier ClumsySound = new SoundPathSpecifier("/Audio/Items/bikehorn.ogg");

/// <summary>
/// ADT-Clumsy-Tweak: Is the player an antagonist
/// </summary>
[DataField]
public bool Antagonist = false;
}

0 comments on commit 6d93d97

Please sign in to comment.