Skip to content

Commit

Permalink
Update EFFECT_ON_CONDITION.md
Browse files Browse the repository at this point in the history
Fixed logic in documentation
  • Loading branch information
Psithief authored Oct 18, 2024
1 parent 79b8ed9 commit dbec82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -4524,4 +4524,4 @@ Combination of values work as `and`, no matter how they are arranged. This two n
```
```json
"search_data": [ { "category": "weapons", "wielded_only": true } ]
```
```

0 comments on commit dbec82f

Please sign in to comment.