mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
[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:
@@ -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