Skip to content

Commit

Permalink
Resolving issue: "Armor isn't predicted space-wizards#15273"
Browse files Browse the repository at this point in the history
Armor mitigation should be properly when attacking self. Changes made via moving ArmorComponent.cs to a new folder in Shared and adding a new file called ArmorDamageSystem in that same folder.
  • Loading branch information
zhoan1 committed Apr 18, 2023
1 parent c708365 commit 7e4069d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Shared/Armor/ArmorComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ public sealed class ArmorComponent : Component
{
[DataField("modifiers", required: true)]
public DamageModifierSet Modifiers = default!;

}

}

0 comments on commit 7e4069d

Please sign in to comment.