diff --git a/code/datums/components/food/edible.dm b/code/datums/components/food/edible.dm index 22592a039aa..6f9881f2f15 100644 --- a/code/datums/components/food/edible.dm +++ b/code/datums/components/food/edible.dm @@ -725,7 +725,7 @@ Behavior that's still missing from this component that original food items had t if(foodtypes & edible_flags) food.reagents.trans_to(eater, food.reagents.total_volume, transferred_by = eater) - eater.visible_message(span_warning("[src] eats [food]!"), span_notice("You eat [food].")) + eater.visible_message(span_warning("[eater] eats [food]!"), span_notice("You eat [food].")) playsound(get_turf(eater),'sound/items/eatfood.ogg', rand(30,50), TRUE) qdel(food) return COMPONENT_ATOM_EATEN