From 2c47a81f086c30aeeb0e86c3a936f9c49e09c3fa Mon Sep 17 00:00:00 2001 From: Anton Simakov <67688115+GuardianDll@users.noreply.github.com> Date: Tue, 9 Apr 2024 13:37:50 +0200 Subject: [PATCH] fix health dreams when you are ill (#72881) --- 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" } },