add more fields to the wilderness_hut preset

This commit is contained in:
Kyle Hensel 2022-06-17 16:06:48 +12:00
parent c5e947f330
commit 8ae553c54b
No known key found for this signature in database
GPG key ID: A6481E3E38D544EC
3 changed files with 16 additions and 1 deletions

5
data/fields/kitchen.json Normal file
View file

@ -0,0 +1,5 @@
{
"key": "kitchen",
"type": "check",
"label": "Kitchen"
}

View file

@ -0,0 +1,5 @@
{
"key": "mattress",
"type": "check",
"label": "Mattresses Available"
}