Skip to content

Commit

Permalink
ойойой
Browse files Browse the repository at this point in the history
  • Loading branch information
KashRas committed Dec 11, 2024
1 parent ac84b40 commit 3d46a62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Content.Shared/ADT/Crawling/Systems/SharedCrawlingSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,11 @@ private void OnDoAfter(EntityUid uid, CrawlerComponent component, CrawlStandupDo
if (args.Cancelled)
return;

var stunTime = component.DefaultStunTime;

foreach (var item in _lookup.GetEntitiesInRange<ClimbableComponent>(Transform(uid).Coordinates, 0.25f))
{
if (HasComp<ClimbableComponent>(item))
{
TableVictim(uid, component)
TableVictim(uid, component);
return;
}
}
Expand Down

0 comments on commit 3d46a62

Please sign in to comment.