From cc9b92150e3b09611c5aa6e2eb895a486ef02120 Mon Sep 17 00:00:00 2001 From: sleepyyapril Date: Thu, 16 Jan 2025 00:18:06 -0400 Subject: [PATCH] Use breakOnHandChange --- Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs b/Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs index 31d9e03d241..3ccfc6bc1da 100644 --- a/Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs +++ b/Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs @@ -288,7 +288,7 @@ private void OnHolderInteract(Entity ent, ref AfterInt BreakOnDamage = true, BreakOnMove = true, NeedHand = true, - BreakOnDropItem = true + BreakOnHandChange = true }; _doAfter.TryStartDoAfter(doAfterArgs);