From 6d93d974205d294ea679193bf7314817974bce86 Mon Sep 17 00:00:00 2001 From: Inconnu <177014427+Inconnu1337@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:49:30 +0300 Subject: [PATCH] Update ClumsyComponent.cs --- Content.Shared/Interaction/Components/ClumsyComponent.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Content.Shared/Interaction/Components/ClumsyComponent.cs b/Content.Shared/Interaction/Components/ClumsyComponent.cs index 5f33190dd5b..824696c8385 100644 --- a/Content.Shared/Interaction/Components/ClumsyComponent.cs +++ b/Content.Shared/Interaction/Components/ClumsyComponent.cs @@ -21,10 +21,4 @@ public sealed partial class ClumsyComponent : Component /// [DataField] public SoundSpecifier ClumsySound = new SoundPathSpecifier("/Audio/Items/bikehorn.ogg"); - - /// - /// ADT-Clumsy-Tweak: Is the player an antagonist - /// - [DataField] - public bool Antagonist = false; }