diff --git a/data/json/items/containers/containers.json b/data/json/items/containers/containers.json index 30734be24c3cb..fdee5b1cd91b1 100644 --- a/data/json/items/containers/containers.json +++ b/data/json/items/containers/containers.json @@ -163,7 +163,7 @@ { "type": "effect_on_condition", "id": "EOC_CEMENT_INSTRUCTIONS", - "condition": { "and": [ { "u_has_trait": "ILLITERATE" }, { "not": "u_driving" } ] }, + "condition": { "and": [ { "not": { "u_has_trait": "ILLITERATE" } }, { "not": "u_driving" } ] }, "effect": [ { "u_learn_recipe": "mortar_build" } ] }, {