mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
map fixes, regitablet and cool dino
This commit is contained in:
@@ -1084,10 +1084,10 @@ ItemHandlers::UseOnPokemon.add(:ABILITYCAPSULE, proc { |item, pkmn, scene|
|
||||
})
|
||||
|
||||
|
||||
ItemHandlers::UseInField.add(:REGITABLET, proc { |item|
|
||||
pbCommonEvent(COMMON_EVENT_REGI_TABLET)
|
||||
next true
|
||||
})
|
||||
# ItemHandlers::UseInField.add(:REGITABLET, proc { |item|
|
||||
# pbCommonEvent(COMMON_EVENT_REGI_TABLET)
|
||||
# next true
|
||||
# })
|
||||
|
||||
ItemHandlers::UseFromBag.add(:POKERADAR, proc { |item|
|
||||
next (pbCanUsePokeRadar?) ? 2 : 0
|
||||
|
||||
Reference in New Issue
Block a user