diff --git a/game/scripts/options.rpy b/game/scripts/options.rpy index 8e200000..638f8834 100644 --- a/game/scripts/options.rpy +++ b/game/scripts/options.rpy @@ -30,7 +30,7 @@ define config.developer = "auto" define config.console = True # Game version and naming -define config.version = "1.44.1" +define config.version = "1.44.2" define compatible_version = 1.43 define config.name = "Witch Trainer Silver" diff --git a/game/scripts/utility/updater.rpy b/game/scripts/utility/updater.rpy index 5e8aa8be..74f3dbf8 100644 --- a/game/scripts/utility/updater.rpy +++ b/game/scripts/utility/updater.rpy @@ -123,6 +123,7 @@ init python: char.rebuild() + if current <= 1.441: fix_return_stack() if current > latest: