Skip to content

Commit

Permalink
Update ShuttleSystem.FasterThanLight.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Dec 28, 2024
1 parent 3fe4006 commit 2d50f3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ private void DoTheDinosaur(TransformComponent xform)
{
if (!_statusQuery.TryGetComponent(child, out var status))
continue;

if (HasComp<FTLKnockdownImmuneComponent>(child)) // Frontier: NPC knockdown immunity
continue; // Frontier: NPC knockdown immunity

Expand Down

0 comments on commit 2d50f3f

Please sign in to comment.