Fix: change condition to and

This commit is contained in:
Robin van der Linde 2025-03-30 19:01:56 +02:00
parent cb9c48a0d4
commit 4bc987a483
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D

View file

@ -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
}
}