From 18cd54ce8a6f117b53ac86165812b339170f1686 Mon Sep 17 00:00:00 2001 From: Anton Simakov <67688115+GuardianDll@users.noreply.github.com> Date: Sun, 7 Apr 2024 12:53:02 +0200 Subject: [PATCH] fix health dreams when you are ill --- data/json/effects_on_condition/dream_eocs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/effects_on_condition/dream_eocs.json b/data/json/effects_on_condition/dream_eocs.json index 271a39fb61e85..3a292c8e4f704 100644 --- a/data/json/effects_on_condition/dream_eocs.json +++ b/data/json/effects_on_condition/dream_eocs.json @@ -26,7 +26,7 @@ "condition": { "and": [ { - "or": [ + "and": [ { "not": { "u_has_effect": "pre_common_cold" } }, { "not": { "u_has_effect": "common_cold" } }, { "not": { "u_has_effect": "pre_flu" } },