Skip to content

Commit

Permalink
Use breakOnHandChange
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Jan 16, 2025
1 parent cb61f21 commit cc9b921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ private void OnHolderInteract(Entity<StationAiHolderComponent> ent, ref AfterInt
BreakOnDamage = true,
BreakOnMove = true,
NeedHand = true,
BreakOnDropItem = true
BreakOnHandChange = true
};

_doAfter.TryStartDoAfter(doAfterArgs);
Expand Down

0 comments on commit cc9b921

Please sign in to comment.