Skip to content

Commit

Permalink
feat: Add Throne of Anubis
Browse files Browse the repository at this point in the history
  • Loading branch information
CactusPuppy committed Oct 12, 2024
1 parent bdf1052 commit 9093dcc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Deltinteger/Deltinteger/Elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -7627,6 +7627,10 @@
"name": "Temple of Anubis",
"alias": "Temple_of_Anubis"
},
{
"name": "Throne of Anubis",
"alias": "Throne_of_Anubis"
},
{
"name": "Volskaya Industries",
"alias": "Volskaya_Industries"
Expand Down
10 changes: 9 additions & 1 deletion Deltinteger/Deltinteger/Maps.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,8 @@
{
"Name": "Hanaoka",
"GameModes": [
"Clash"
"Clash",
"Skirmish"
]
},
{
Expand All @@ -728,5 +729,12 @@
"Push",
"Skirmish"
]
},
{
"Name": "Throne of Anubis",
"GameModes": [
"Clash",
"Skirmish"
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@
"items": {
"type": "string",
"enum": [
"Hanaoka"
"Hanaoka",
"Throne of Anubis"
]
}
},
Expand Down Expand Up @@ -792,7 +793,9 @@
"New Junk City",
"Suravasa",
"Samoa",
"Runasapi"
"Hanaoka",
"Runasapi",
"Throne of Anubis"
]
}
},
Expand Down

0 comments on commit 9093dcc

Please sign in to comment.