Add 'separately mapped sidewalk' answer in Sidewalks theme

This commit is contained in:
riQQ 2022-07-19 23:05:40 +02:00 committed by GitHub
parent 38497c458b
commit 14ce840a7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,11 @@
},
{
"if": "sidewalk:left|right=no",
"then": "No, there is no seperated sidewalk to walk on"
"then": "No, there is no sidewalk to walk on"
},
{
"if": "sidewalk:left|right=separate",
"then": "There is a separately mapped sidewalk to walk on"
}
]
},
@ -224,4 +228,4 @@
"allowSplit": true
}
]
}
}