[MIRROR] Silver slime extract created food isn't toxic to jellypeople [MDB IGNORE] (#16975)

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

* Silver slime extract created food isn't toxic to jellypeople

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-10-19 11:29:09 +01:00
committed by GitHub
co-authored by MrMelbert
parent 10028fa916
commit 5aa4d2b210
+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)