mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 14:44:58 +00:00
More Rubocop changes
This commit is contained in:
@@ -44,7 +44,7 @@ def pbEntryScreen(*arg)
|
||||
# Set party
|
||||
pbBattleChallenge.setParty(ret) if ret
|
||||
# Continue (return true) if Pokémon were chosen
|
||||
retval = (ret != nil && ret.length > 0)
|
||||
retval = (ret && ret.length > 0)
|
||||
}
|
||||
return retval
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user