mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Dragon Scale still gives a damage boost in Gen 2 Stadium 2
This commit is contained in:
parent
7cc114ad4c
commit
46b8a0fe85
|
|
@ -1,4 +1,3 @@
|
|||
// Gen 2 Stadium fixes Dragon Fang and Dragon Scale having the wrong effects.
|
||||
export const Items: import('../../../sim/dex-items').ModdedItemDataTable = {
|
||||
dragonfang: {
|
||||
inherit: true,
|
||||
|
|
@ -8,8 +7,4 @@ export const Items: import('../../../sim/dex-items').ModdedItemDataTable = {
|
|||
}
|
||||
},
|
||||
},
|
||||
dragonscale: {
|
||||
inherit: true,
|
||||
onModifyDamage: undefined, // no inherit
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user