We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e6b89 commit 4546c16Copy full SHA for 4546c16
schemas/Manual.game.schema.json
@@ -29,7 +29,7 @@
29
}
30
},
31
"death_link": {
32
- "description": "(Optional) Does your game have support Deathlink?",
+ "description": "(Optional) Does your game support Deathlink?",
33
"type": "boolean"
34
35
"_comment": {"$ref": "#/definitions/comment"}
src/data/game.json
@@ -24,5 +24,5 @@
24
"random": 3
25
26
],
27
- "death_link": true
+ "death_link": false
28
0 commit comments