Skip to content

Commit

Permalink
reverted change for other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDorob committed Nov 28, 2024
1 parent 97e18f1 commit 4f3bc13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ protected virtual bool CheckForCollisionBetween()
if (CheckIntercept(list[i], list[i].TryGetComp<CompProjectileInterceptor>()))
{
landed = true;
InterceptProjectile(list[i], ExactPosition, def.projectile.flyOverhead);
this.Impact(null);
return true;
}
}
Expand Down

0 comments on commit 4f3bc13

Please sign in to comment.