thresholds (#9960)

This commit is contained in:
Nemanja
2022-07-24 07:33:52 -04:00
committed by GitHub
parent 13b5b576e4
commit 97d131f5d7
2 changed files with 3 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ namespace Content.Server.Nutrition.EntitySystems
BreakOnStun = true,
BreakOnTargetMove = moveBreak,
MovementThreshold = 0.01f,
DistanceThreshold = 2.0f,
DistanceThreshold = 1.0f,
TargetFinishedEvent = new FeedEvent(user, food, foodSolution, utensils),
BroadcastCancelledEvent = new ForceFeedCancelledEvent(food),
NeedHand = true,