Silver slime extract created food isn't toxic to jellypeople (#70424)

This commit is contained in:
MrMelbert
2022-10-18 21:21:50 -07:00
committed by GitHub
parent 4888c44a5f
commit dc8fcf82c9
+2 -1
View File
@@ -484,8 +484,9 @@ 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
food_taste_reaction = isjellyperson(H) ? FOOD_LIKED : FOOD_TOXIC
switch(food_taste_reaction)
if(FOOD_TOXIC)