Skip to content

Commit

Permalink
Merge pull request #76741 from cknight828/cement-bag
Browse files Browse the repository at this point in the history
Fix condition of learning mortar recipe from cement bag
  • Loading branch information
Maleclypse committed Sep 30, 2024
2 parents c6de402 + f22e288 commit 45a93aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/containers/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" } ]
},
{
Expand Down

0 comments on commit 45a93aa

Please sign in to comment.