Skip to content

Commit

Permalink
Rename "Pierce" Typo to "Piercing" (Goob-Station#934)
Browse files Browse the repository at this point in the history
* feat(shitmed): add surgery popups

* fix: rename "Pierce" to "Piercing"
  • Loading branch information
angelofallars authored Nov 22, 2024
1 parent ec18828 commit 11c0d2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public partial class SharedBodySystem
[Dependency] private readonly DamageableSystem _damageable = default!;

[Dependency] private readonly SharedPopupSystem _popup = default!;
private readonly string[] _severingDamageTypes = { "Slash", "Pierce", "Blunt" };
private readonly string[] _severingDamageTypes = { "Slash", "Piercing", "Blunt" };
private const double IntegrityJobTime = 0.005;
private readonly JobQueue _integrityJobQueue = new(IntegrityJobTime);
public sealed class IntegrityJob : Job<object>
Expand Down

0 comments on commit 11c0d2b

Please sign in to comment.