mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-11 07:04:59 +00:00
Snowstorm, forfeiting trainer battles, battle outcome values
This commit is contained in:
@@ -747,6 +747,12 @@ MultipleForms.register(:CALYREX, {
|
||||
}
|
||||
})
|
||||
|
||||
MultipleForms.register(:BASCULEGION, {
|
||||
"getForm" => proc { |pkmn|
|
||||
next (pkmn.female?) ? 3 : 2
|
||||
}
|
||||
})
|
||||
|
||||
MultipleForms.register(:LECHONK, {
|
||||
"getForm" => proc { |pkmn|
|
||||
next pkmn.gender
|
||||
|
||||
Reference in New Issue
Block a user