mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixes HMs getting randomized when random gym types are enabled
This commit is contained in:
@@ -317,8 +317,9 @@ module GameData
|
||||
end
|
||||
echoln body_entry
|
||||
echoln head_entry
|
||||
|
||||
return split_and_combine_text(body_entry, head_entry, ".")
|
||||
combined_entry = split_and_combine_text(body_entry, head_entry, ".")
|
||||
combined_entry += "." unless combined_entry.end_with?(".")
|
||||
return combined_entry
|
||||
end
|
||||
|
||||
def calculate_egg_groups
|
||||
|
||||
Reference in New Issue
Block a user