Remove self-uncuff spam suicide, damage changes (#25161)

* Initial commit

* Remove damage from cuffs entirely

* Changed from Action uncuffing cooldown to UseDelay cooldown

* Minor merge conflict fix

* Edit the actual correct line

* Submodule fix
This commit is contained in:
SlamBamActionman
2024-02-26 03:41:20 +01:00
committed by GitHub
parent b7be6932f3
commit 485fb4cb65
3 changed files with 18 additions and 20 deletions

View File

@@ -52,15 +52,6 @@ public sealed partial class HandcuffComponent : Component
[DataField]
public bool Removing;
[DataField, ViewVariables(VVAccess.ReadWrite)]
public DamageSpecifier DamageOnResist = new()
{
DamageDict = new()
{
{ "Blunt", 3.0 },
}
};
/// <summary>
/// The path of the RSI file used for the player cuffed overlay.
/// </summary>