Skip to content

Commit 8b1b8ca

Browse files
committed
Added GoG support for Bomb Rush Cyberfunk
1 parent e325989 commit 8b1b8ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/model/game/GameManager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,8 @@ export default class GameManager {
494494
"https://thunderstore.io/c/bomb-rush-cyberfunk/api/v1/package-listing-index/", EXCLUSIONS,
495495
[
496496
new StorePlatformMetadata(StorePlatform.STEAM, "1353230"),
497-
new StorePlatformMetadata(StorePlatform.XBOX_GAME_PASS, "TeamReptile.BombRushCyberfunk")
497+
new StorePlatformMetadata(StorePlatform.XBOX_GAME_PASS, "TeamReptile.BombRushCyberfunk"),
498+
new StorePlatformMetadata(StorePlatform.OTHER)
498499
], "BombRushCyberfunk.jpg", GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["brc"]),
499500

500501
new Game(

0 commit comments

Comments
 (0)