mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Silver slime extract created food isn't toxic to jellypeople (#70424)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user