diff --git a/code/datums/components/food/edible.dm b/code/datums/components/food/edible.dm index 0617b53744c..3ffb8824f3d 100644 --- a/code/datums/components/food/edible.dm +++ b/code/datums/components/food/edible.dm @@ -452,6 +452,8 @@ Behavior that's still missing from this component that original food items had t food_taste_reaction = FOOD_DISLIKED else if(foodtypes & H.dna.species.liked_food) food_taste_reaction = FOOD_LIKED + if(food_flags & FOOD_SILVER_SPAWNED) // it's not real food + food_taste_reaction = FOOD_TOXIC switch(food_taste_reaction) if(FOOD_TOXIC)