6.7.2 patch

This commit is contained in:
chardub
2025-10-02 10:35:46 -04:00
parent e5406179bf
commit 5b85e72cb2
42 changed files with 3096 additions and 181 deletions

View File

@@ -129,7 +129,7 @@ end
SaveData.register(:game_version) do
load_in_bootup
ensure_class :String
save_value { Settings::GAME_VERSION }
save_value { Settings::GAME_VERSION_NUMBER }
load_value { |value| $game_version = value }
new_game_value { Settings::GAME_VERSION }
new_game_value { Settings::GAME_VERSION_NUMBER }
end