Skip to content

Commit

Permalink
re-added steamworks boss icons, apparently you need at least one.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkd23 committed Oct 1, 2023
1 parent a855861 commit 77702c4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/constants/dungeons/DungeonData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,20 @@ export const DUNGEON_DATA: readonly IDungeonInfo[] = [
url: "https://i.imgur.com/8WyDft8.png",
name: "Advanced Steamworks Portal"
},
bossLinks: [],
bossLinks: [
{
url: "https://i.imgur.com/mK2gN3p.png",
name: "Core Form"
},
{
url: "https://i.imgur.com/Bvc5thY.png",
name: "Enforcer Form"
},
{
url: "https://i.imgur.com/a6SxEBx.png",
name: "Dragon Form"
}
],
dungeonColors: [
0xC0C0C0,
0x808080,
Expand Down

0 comments on commit 77702c4

Please sign in to comment.