Skip to content

Commit

Permalink
Merge pull request #77134 from Psithief/patch-4
Browse files Browse the repository at this point in the history
Fix bad Boolean logic example
  • Loading branch information
Maleclypse authored Oct 21, 2024
2 parents 7aba755 + dbec82f commit 4b8bd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/EFFECT_ON_CONDITION.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Checks you are **not** close to refugee center (at least 4 overmap tiles afar)
Checks you don't have any traits from the list
```json
"condition": {
"or": [
"and": [
{ "not": { "u_has_trait": "HUMAN_ARMS" } },
{ "not": { "u_has_trait": "HUMAN_SKIN" } },
{ "not": { "u_has_trait": "HUMAN_EYES" } },
Expand Down

0 comments on commit 4b8bd2e

Please sign in to comment.