Dragon Scale still gives a damage boost in Gen 2 Stadium 2

This commit is contained in:
André Bastos Dias
2026-03-31 02:24:12 +01:00
committed by GitHub
parent 7cc114ad4c
commit 46b8a0fe85

View File

@@ -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
},
};