6.6.1 patch

This commit is contained in:
chardub
2025-06-10 12:45:27 -04:00
parent 4ba51c7473
commit 3e6e955070
20 changed files with 58 additions and 42 deletions

View File

@@ -128,6 +128,10 @@ def pbWonderTrade(lvl, except = [], except2 = [], premiumWonderTrade = true)
tname = getSpriterCreditForDexNumber(species)
tname = randTrainerNames[rand(randTrainerNames.size)] if ! tname
newpoke = pbStartTrade(pbGet(1), species, pname, tname, 0, true) # Starts the trade
echoln newpoke
echholn newpoke.species
#lower level by 1 to prevent abuse
if poke.level > 25
newpoke.level = poke.level - 1