From 6139e44157521605669600dfff500ed594b47486 Mon Sep 17 00:00:00 2001 From: UsernamesAreNotMyThing <92757918+UsernamesAreNotMyThing@users.noreply.github.com> Date: Fri, 14 Feb 2025 23:12:58 -0500 Subject: [PATCH] Add save detection fix for Utawarerumono: Mask of Truth --- gamefixes-steam/1151440.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gamefixes-steam/1151440.py diff --git a/gamefixes-steam/1151440.py b/gamefixes-steam/1151440.py new file mode 100644 index 00000000..591c2863 --- /dev/null +++ b/gamefixes-steam/1151440.py @@ -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')