Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Aug 25, 2024
1 parent e83e4ed commit c99cbfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Server/NPC/Systems/NPCUseActionOnTargetSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ public bool TryUseTentacleAttack(Entity<NPCUseActionOnTargetComponent?> user, En

if (action.Event != null)
{
action.Event.Performer = user;
action.Event.Action = user.Comp.ActionEnt.Value;
action.Event.Coords = Transform(target).Coordinates;
}

Expand Down

0 comments on commit c99cbfb

Please sign in to comment.