Merge branch 'k-yle-wilderness-hut-fields' into main

This commit is contained in:
Martin Raifer
2022-07-22 15:46:23 +02:00
6 changed files with 39 additions and 2 deletions
@@ -0,0 +1,9 @@
{
"key": "drinking_water",
"type": "check",
"label": "Drinking Water Available",
"terms": [
"drinkworthy",
"potable"
]
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "kitchen",
"type": "check",
"label": "Kitchen"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "mattress",
"type": "check",
"label": "Mattresses Available"
}