diff --git a/code/datums/components/food/edible.dm b/code/datums/components/food/edible.dm index 2821ddf9284..2a829bd3e35 100644 --- a/code/datums/components/food/edible.dm +++ b/code/datums/components/food/edible.dm @@ -300,7 +300,7 @@ Behavior that's still missing from this component that original food items had t var/atom/owner = parent - if(feeder.combat_mode) + if(feeder.combat_mode || !in_range(owner, eater)) return . = COMPONENT_CANCEL_ATTACK_CHAIN //Point of no return I suppose