From f98aba0873867bf6a9b9eeeebd805b0eb1be2a31 Mon Sep 17 00:00:00 2001 From: Karthik <32044378+Karthik99999@users.noreply.github.com> Date: Sun, 17 Dec 2023 12:39:49 -0500 Subject: [PATCH] Unmark Soul Dew as nonstandard in Gen 9 (#9982) --- data/items.ts | 1 - data/mods/gen8/items.ts | 4 ---- data/mods/gen9dlc1/items.ts | 4 ++++ 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/data/items.ts b/data/items.ts index d6dcb5b076fa..47a625de98fb 100644 --- a/data/items.ts +++ b/data/items.ts @@ -5442,7 +5442,6 @@ export const Items: {[itemid: string]: ItemData} = { itemUser: ["Latios", "Latias"], num: 225, gen: 3, - isNonstandard: "Past", }, spelltag: { name: "Spell Tag", diff --git a/data/mods/gen8/items.ts b/data/mods/gen8/items.ts index 83aacd3f55c7..945e264c2321 100644 --- a/data/mods/gen8/items.ts +++ b/data/mods/gen8/items.ts @@ -298,10 +298,6 @@ export const Items: {[k: string]: ModdedItemData} = { inherit: true, isNonstandard: "Past", }, - souldew: { - inherit: true, - isNonstandard: null, - }, splashplate: { inherit: true, isNonstandard: "Past", diff --git a/data/mods/gen9dlc1/items.ts b/data/mods/gen9dlc1/items.ts index b64dfc5242fc..f6498ac1d1ae 100644 --- a/data/mods/gen9dlc1/items.ts +++ b/data/mods/gen9dlc1/items.ts @@ -52,6 +52,10 @@ export const Items: {[k: string]: ModdedItemData} = { inherit: true, isNonstandard: "Past", }, + souldew: { + inherit: true, + isNonstandard: "Past", + }, starsweet: { inherit: true, isNonstandard: "Past",