Skip to content

Commit

Permalink
Merge pull request CleverRaven#78124 from zdlpoppa/give-fungal_vector…
Browse files Browse the repository at this point in the history
…-to-alien-fungus-chunk

Give fungal vector to alien fungus chunk
  • Loading branch information
Night-Pryanik authored Nov 25, 2024
2 parents 955179d + 8105afd commit 3a29158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/json/items/comestibles/raw_veggy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,8 @@
"description": "A chunk of fungal matter from some sort of alien mushroom creature. Eating unfamiliar mushrooms is a bad idea.",
"price": "0 cent",
"price_postapoc": "0 cent",
"smoking_result": "dry_veggy_tainted"
"smoking_result": "dry_veggy_tainted",
"flags": [ "FUNGAL_VECTOR" ]
},
{
"type": "COMESTIBLE",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/comestibles/veggy_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@
"description": "Pieces of alien mushroom that have been dried to prevent them from rotting away. They will still poison you if you eat them.",
"price": "0 cent",
"price_postapoc": "0 cent",
"flags": [ "EDIBLE_FROZEN" ]
"flags": [ "EDIBLE_FROZEN", "FUNGAL_VECTOR" ]
},
{
"type": "COMESTIBLE",
Expand Down

0 comments on commit 3a29158

Please sign in to comment.