Update NSLGameScanner.py

This commit is contained in:
Roy 2024-12-04 05:24:57 -08:00 committed by GitHub
parent 89498f0ac2
commit 2875707e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1225,6 +1225,9 @@ if game_dict:
if game_key == "prometheus":
print("Handling 'prometheus' as 'Pro'")
game_key = "Pro"
elif game_key == "fenris":
print("Handling 'fenris' as 'Fen'")
game_key = "Fen"
game_name = flavor_mapping.get(game_key, "unknown")