Skip to content

Commit

Permalink
Update DamageableComponent.cs
Browse files Browse the repository at this point in the history
Signed-off-by: sanek31 <[email protected]>
  • Loading branch information
sanek31 authored Aug 3, 2024
1 parent 090f7d0 commit 02b227c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.Shared/Damage/Components/DamageableComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ public sealed partial class DamageableComponent : Component

[DataField]
public ProtoId<StatusIconPrototype> RottingIcon = "HealthIconRotting";

[DataField]
public float? bypassResistance;
}

[Serializable, NetSerializable]
Expand Down

0 comments on commit 02b227c

Please sign in to comment.