mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Tidying up for v20 release
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#==============================================================================#
|
||||
# Pokémon Essentials #
|
||||
# Version 19.1.dev #
|
||||
# Version 20 #
|
||||
# https://github.com/Maruno17/pokemon-essentials #
|
||||
#==============================================================================#
|
||||
|
||||
@@ -433,6 +433,6 @@ end
|
||||
|
||||
# DO NOT EDIT THESE!
|
||||
module Essentials
|
||||
VERSION = "19.1.dev"
|
||||
VERSION = "20"
|
||||
ERROR_TEXT = ""
|
||||
end
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
# numerical IDs to symbolic IDs (for the berry planted and for mulch laid down).
|
||||
# Since item numerical IDs no longer exist, this conversion needs to have a list
|
||||
# of them in order to convert planted berry data properly.
|
||||
SaveData.register_conversion(:v19_2_fix_planted_berry_numerical_ids) do
|
||||
essentials_version 19.2
|
||||
SaveData.register_conversion(:v20_fix_planted_berry_numerical_ids) do
|
||||
essentials_version 20
|
||||
display_title "Fixing berry plant IDs data"
|
||||
to_value :global_metadata do |global|
|
||||
berry_conversion = {
|
||||
@@ -231,7 +231,7 @@ end
|
||||
#===============================================================================
|
||||
|
||||
SaveData.register_conversion(:v20_increment_player_character_id) do
|
||||
essentials_version 19.1
|
||||
essentials_version 20
|
||||
display_title "Incrementing player character ID"
|
||||
to_value :player do |player|
|
||||
player.character_ID += 1
|
||||
|
||||
Reference in New Issue
Block a user