Skip to content

Commit

Permalink
fix: include angelic descent in Mercy's custom game settings validation
Browse files Browse the repository at this point in the history
  • Loading branch information
CactusPuppy committed May 29, 2024
1 parent b1e3dca commit 9a48c6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Deltinteger/Deltinteger/LobbySettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,11 @@
"template": "ability",
"$no_cooldown": true
},
{
"name": "Angelic Descent",
"template": "ability",
"$no_cooldown": true
},
{
"name": "Resurrect",
"template": "ability"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2121,6 +2121,10 @@
"default": true,
"type": "boolean"
},
"Angelic Descent": {
"default": true,
"type": "boolean"
},
"Resurrect": {
"default": true,
"type": "boolean"
Expand Down Expand Up @@ -5030,6 +5034,9 @@
"Sympathetic Recovery": {
"$ref": "#/definitions/Sympathetic Recovery"
},
"Angelic Descent": {
"$ref": "#/definitions/Angelic Descent"
},
"Resurrect": {
"$ref": "#/definitions/Resurrect"
},
Expand Down

0 comments on commit 9a48c6b

Please sign in to comment.