mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user