diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-17 21:37:45 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-17 21:37:45 +0200 |
commit | 221c8254a5bd617dc1c6de352e1ed5236e961ee0 (patch) | |
tree | 46db45a8f77f02707defbdef225858917dd6a0a9 /data/index.yaml | |
parent | 356e6976f10973ec5e1678534c9d8d9742033bee (diff) | |
download | hurrycurry-221c8254a5bd617dc1c6de352e1ed5236e961ee0.tar hurrycurry-221c8254a5bd617dc1c6de352e1ed5236e961ee0.tar.bz2 hurrycurry-221c8254a5bd617dc1c6de352e1ed5236e961ee0.tar.zst |
add debug map and curry recipe
Diffstat (limited to 'data/index.yaml')
-rw-r--r-- | data/index.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/index.yaml b/data/index.yaml index 43c3da8a..ced69212 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -49,6 +49,7 @@ maps: 5star: { name: "5 Star", players: 10, difficulty: 5 } auto_sushi: { name: "AutoSushi", players: 2, difficulty: 2 } sushibar: { name: "Sushi Bar", players: 2, difficulty: 2 } + debug: { name: "DEBUG", players: 0, difficulty: 5 } recipes: - none |