mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Minor refactoring to kill various Rubocop warnings
This commit is contained in:
@@ -116,7 +116,7 @@ module GameData
|
||||
"BaseEXP" => [0, "v"],
|
||||
"EffortPoints" => [0, "uuuuuu"],
|
||||
"HiddenAbility" => [0, "*e", :Ability],
|
||||
"StepsToHatch" => [0, "v"],
|
||||
"StepsToHatch" => [0, "v"]
|
||||
}
|
||||
if compiling_forms
|
||||
ret["PokedexForm"] = [0, "u"]
|
||||
|
||||
@@ -30,7 +30,7 @@ module GameData
|
||||
"Shiny" => [:shininess, "b"],
|
||||
"SuperShiny" => [:super_shininess, "b"],
|
||||
"Shadow" => [:shadowness, "b"],
|
||||
"Ball" => [:poke_ball, "e", :Item],
|
||||
"Ball" => [:poke_ball, "e", :Item]
|
||||
}
|
||||
|
||||
extend ClassMethodsSymbols
|
||||
|
||||
Reference in New Issue
Block a user