Skip to content

Commit

Permalink
Merge pull request #228 from UsernamesAreNotMyThing/master
Browse files Browse the repository at this point in the history
Add save detection fix for Utawarerumono: Mask of Truth
  • Loading branch information
GloriousEggroll authored Feb 18, 2025
2 parents 0fa31cd + 6139e44 commit f7e1fa4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gamefixes-steam/1151440.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""Utawarerumono: Mask of Truth"""

from protonfixes import util

def main() -> None:
"""Can't find saves for Mask of Deception."""
util.import_saves_folder(1149550, 'Documents/AQUAPLUS/Utawarerumono Mask of Deception/Save')

0 comments on commit f7e1fa4

Please sign in to comment.