From 46b8a0fe85a41cff5d93b2fb309da5c772676cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bastos=20Dias?= <80102738+andrebastosdias@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:24:12 +0100 Subject: [PATCH] Dragon Scale still gives a damage boost in Gen 2 Stadium 2 --- data/mods/gen2stadium2/items.ts | 5 ----- 1 file changed, 5 deletions(-) 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 - }, };