mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
Merge branch 'master' into dev
This commit is contained in:
@@ -837,7 +837,7 @@ def pbSweetScent
|
||||
end
|
||||
viewport.dispose
|
||||
enctype = $PokemonEncounters.encounter_type
|
||||
if enctype || !$PokemonEncounters.encounter_possible_here? ||
|
||||
if !enctype || !$PokemonEncounters.encounter_possible_here? ||
|
||||
!pbEncounter(enctype)
|
||||
pbMessage(_INTL("There appears to be nothing here..."))
|
||||
end
|
||||
|
||||
@@ -166,7 +166,7 @@ class Pokemon
|
||||
yield if block_given?
|
||||
MultipleForms.call("onSetForm", self, value, oldForm)
|
||||
calc_stats
|
||||
$Trainer.pokedex.register(self)
|
||||
$Trainer.pokedex.register(self) if $Trainer
|
||||
end
|
||||
|
||||
def form_simple=(value)
|
||||
|
||||
Reference in New Issue
Block a user