mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
map fixes, regitablet and cool dino
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1084,10 +1084,10 @@ ItemHandlers::UseOnPokemon.add(:ABILITYCAPSULE, proc { |item, pkmn, scene|
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
ItemHandlers::UseInField.add(:REGITABLET, proc { |item|
|
# ItemHandlers::UseInField.add(:REGITABLET, proc { |item|
|
||||||
pbCommonEvent(COMMON_EVENT_REGI_TABLET)
|
# pbCommonEvent(COMMON_EVENT_REGI_TABLET)
|
||||||
next true
|
# next true
|
||||||
})
|
# })
|
||||||
|
|
||||||
ItemHandlers::UseFromBag.add(:POKERADAR, proc { |item|
|
ItemHandlers::UseFromBag.add(:POKERADAR, proc { |item|
|
||||||
next (pbCanUsePokeRadar?) ? 2 : 0
|
next (pbCanUsePokeRadar?) ? 2 : 0
|
||||||
|
|||||||
@@ -141,7 +141,6 @@ def getFossilsGuyTeam(level)
|
|||||||
elsif $game_switches[SWITCH_PICKED_ANORITH_FOSSIL]
|
elsif $game_switches[SWITCH_PICKED_ANORITH_FOSSIL]
|
||||||
fossils << :LILEEP if level < fossils_evolution_level_1
|
fossils << :LILEEP if level < fossils_evolution_level_1
|
||||||
fossils << :CRADILY if level >= fossils_evolution_level_1
|
fossils << :CRADILY if level >= fossils_evolution_level_1
|
||||||
|
|
||||||
end
|
end
|
||||||
#Celadon fossil
|
#Celadon fossil
|
||||||
if $game_switches[SWITCH_PICKED_ARMOR_FOSSIL]
|
if $game_switches[SWITCH_PICKED_ARMOR_FOSSIL]
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ def pbWonderTrade(lvl, except = [], except2 = [], premiumWonderTrade = true)
|
|||||||
end
|
end
|
||||||
if species > 0
|
if species > 0
|
||||||
skipLegendaryCheck = premiumWonderTrade && rand(100) < luck
|
skipLegendaryCheck = premiumWonderTrade && rand(100) < luck
|
||||||
species = 0 if pokemonIsPartLegendary(species) && !$game_switches[SWITCH_BEAT_THcE_LEAGUE] && !skipLegendaryCheck
|
species = 0 if pokemonIsPartLegendary(species) && !$game_switches[SWITCH_BEAT_THE_LEAGUE] && !skipLegendaryCheck
|
||||||
end
|
end
|
||||||
#Redo loop if below BST - 200
|
#Redo loop if below BST - 200
|
||||||
species = 0 if bst < (chosenBST - 200)
|
species = 0 if bst < (chosenBST - 200)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user