mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-12 07:35:00 +00:00
Many more Rubocop-inspired code improvements
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user