[MIRROR] Silver slime food is now toxic(causes disgust when eaten), as it's not real food. [MDB IGNORE] (#13824)

* 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.

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

Co-authored-by: Iamgoofball <iamgoofball@gmail.com>
This commit is contained in:
SkyratBot
2022-05-23 12:50:32 +02:00
committed by GitHub
parent 7be6dcb0cb
commit 82f7550ca3
+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)