Skip to content

Commit

Permalink
Update LamiaSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Feb 14, 2024
1 parent 33ef4d3 commit dc678da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Nyanotrasen/Lamiae/LamiaSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private void OnHitSelf(EntityUid uid, LamiaSegmentComponent component, ref Befor

private void TailCantStand(EntityUid uid, LamiaSegmentComponent component, StandAttemptEvent args)
{
args.Cancelled = true;
args.Cancel();
}

private void SpawnSegments(EntityUid uid, LamiaComponent component)
Expand Down

0 comments on commit dc678da

Please sign in to comment.