Skip to content

Commit

Permalink
[DEV] Add FONV to ids (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
juleaume authored Sep 21, 2024
1 parent a42d841 commit 9d11d57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ammo/game_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def __init__(self, args):
"Enderal": "933480",
"Enderal Special Edition": "976620",
"Starfield": "1716740",
"Fallout New Vegas": "22380",
}
self.downloads = self.args.downloads.resolve(strict=True)
self.games: list[GameSelection] = []
Expand Down

0 comments on commit 9d11d57

Please sign in to comment.