mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-12 07:35:00 +00:00
Updated to mkxp-z v2.1.1, renamed and rearranged some script files
This commit is contained in:
@@ -849,7 +849,7 @@ def pbRuledBattle(team1,team2,rule)
|
||||
next if !p
|
||||
if p.level!=level
|
||||
p.level=level
|
||||
p.calcStats
|
||||
p.calc_stats
|
||||
end
|
||||
items1[i]=p.item_id
|
||||
trainer1.party.push(p)
|
||||
@@ -858,7 +858,7 @@ def pbRuledBattle(team1,team2,rule)
|
||||
next if !p
|
||||
if p.level!=level
|
||||
p.level=level
|
||||
p.calcStats
|
||||
p.calc_stats
|
||||
end
|
||||
items2[i]=p.item_id
|
||||
trainer2.party.push(p)
|
||||
|
||||
Reference in New Issue
Block a user