From afa48494ced62157455ce319703ebd49aef2e23a Mon Sep 17 00:00:00 2001 From: Bamboozled Zebra <113863948+zdlpoppa@users.noreply.github.com> Date: Sun, 24 Nov 2024 17:36:22 -0600 Subject: [PATCH 1/2] give "alien fungus chunk" the flag "FUNGAL_VECTOR" --- data/json/items/comestibles/raw_veggy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/items/comestibles/raw_veggy.json b/data/json/items/comestibles/raw_veggy.json index 09632834c85ab..dfcf3094db682 100644 --- a/data/json/items/comestibles/raw_veggy.json +++ b/data/json/items/comestibles/raw_veggy.json @@ -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", From 8105afde778128e184c02cf80ba4ebe35784c55e Mon Sep 17 00:00:00 2001 From: Bamboozled Zebra <113863948+zdlpoppa@users.noreply.github.com> Date: Sun, 24 Nov 2024 17:40:53 -0600 Subject: [PATCH 2/2] add "FUNGAL_VECTOR" to "dry_veggy_tainted" as well --- data/json/items/comestibles/veggy_dishes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/comestibles/veggy_dishes.json b/data/json/items/comestibles/veggy_dishes.json index 9e13a48d7c8bf..5636c745ffb8c 100644 --- a/data/json/items/comestibles/veggy_dishes.json +++ b/data/json/items/comestibles/veggy_dishes.json @@ -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",