DoAfter and other bugfixes (#14669)

This commit is contained in:
Leon Friedrich
2023-03-15 15:05:53 +13:00
committed by GitHub
parent 5df1d6194f
commit 2f88173730
6 changed files with 29 additions and 8 deletions

View File

@@ -496,6 +496,9 @@ namespace Content.Server.Disposal.Unit.EntitySystems
BreakOnTargetMove = true,
BreakOnUserMove = true,
NeedHand = false,
RaiseOnTarget = false,
RaiseOnUser = false,
RaiseOnUsed = true,
};
_doAfterSystem.DoAfter(doAfterArgs);