forked from MapComplete/MapComplete
Fix: change condition to and
This commit is contained in:
parent
cb9c48a0d4
commit
4bc987a483
1 changed files with 6 additions and 2 deletions
|
@ -280,7 +280,11 @@
|
|||
"render": {
|
||||
"en": "This shrine is {religion}"
|
||||
},
|
||||
"condition": "historic!=wayside_cross"
|
||||
"condition": {
|
||||
"and": [
|
||||
"historic!=wayside_cross"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
|
@ -493,4 +497,4 @@
|
|||
},
|
||||
"credits": "Bastian Greshake Tzovaras",
|
||||
"credits:uid": 20617622
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue