Many more Rubocop-inspired code improvements

This commit is contained in:
Maruno17
2021-12-18 19:06:22 +00:00
parent d17fc40a47
commit 13a238cc6a
107 changed files with 651 additions and 652 deletions

View File

@@ -197,12 +197,8 @@ class BattleChallengeData
end
def setParty(value)
if @inProgress
$player.party = value
@party = value
else
@party = value
end
$player.party = value if @inProgress
@party = value
end
def pbStart(t, numRounds)