diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-02 00:13:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-02 00:37:54 +0200 |
commit | 5b14aab4341f099c9f5b59ad6aec08c4a58827c3 (patch) | |
tree | 5597105e74abcc5a562442b5922a6654bd5e93fe /data/index.yaml | |
parent | e864abcf6469c877087e53525de632b89546659d (diff) | |
download | hurrycurry-5b14aab4341f099c9f5b59ad6aec08c4a58827c3.tar hurrycurry-5b14aab4341f099c9f5b59ad6aec08c4a58827c3.tar.bz2 hurrycurry-5b14aab4341f099c9f5b59ad6aec08c4a58827c3.tar.zst |
campaign lobby map link entity
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 199ed423..6524cd78 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -29,6 +29,7 @@ demands: # 5 Unplayable maps: + "campaign/lobby": { name: "Campaign Lobby", players: 1, difficulty: 0 } sophomore: { name: "Sophomore", players: 1, difficulty: 1 } junior: { name: "Junior", players: 3, difficulty: 1 } senior: { name: "Senior", players: 4, difficulty: 1 } |