Silver slime food is now toxic(causes disgust when eaten), as it's not real food. (#67181)

Silver slime food is now toxic, as it's not real food.
This commit is contained in:
Iamgoofball
2022-05-23 04:04:59 -04:00
committed by GitHub
parent 060b64d36c
commit 6a08c3b626
+2
View File
@@ -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)