mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 12:36:41 -05:00
Missing inherit: true, in a few places
This commit is contained in:
parent
2e2052ceba
commit
9945a2d64b
|
|
@ -46,6 +46,7 @@ exports.BattleMovedex = {
|
|||
accuracy: 80
|
||||
},
|
||||
brickbreak: {
|
||||
inherit: true,
|
||||
desc: "Reflect and Light Screen are removed from the target's field even if the attack misses or the target is a Ghost-type.",
|
||||
//shortDesc: "",
|
||||
onTryHit: function(pokemon) {
|
||||
|
|
@ -105,6 +106,7 @@ exports.BattleMovedex = {
|
|||
}
|
||||
},
|
||||
conversion2: {
|
||||
inherit: true,
|
||||
//desc: "",
|
||||
onTryHit: function(target, source) {
|
||||
if (source.ability === 'multitype') return false;
|
||||
|
|
@ -381,6 +383,7 @@ exports.BattleMovedex = {
|
|||
accuracy: 70
|
||||
},
|
||||
magnetrise: {
|
||||
inherit: true,
|
||||
volatileStatus: 'magnetrise',
|
||||
effect: {
|
||||
duration: 5,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user