diff --git a/data/mods/gen2stadium2/items.ts b/data/mods/gen2stadium2/items.ts index a9d11a1181..52484b9cf2 100644 --- a/data/mods/gen2stadium2/items.ts +++ b/data/mods/gen2stadium2/items.ts @@ -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 - }, };