Skip to content

Commit

Permalink
Unmark Soul Dew as nonstandard in Gen 9 (#9982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik99999 authored Dec 17, 2023
1 parent c5a52b4 commit f98aba0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion data/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5442,7 +5442,6 @@ export const Items: {[itemid: string]: ItemData} = {
itemUser: ["Latios", "Latias"],
num: 225,
gen: 3,
isNonstandard: "Past",
},
spelltag: {
name: "Spell Tag",
Expand Down
4 changes: 0 additions & 4 deletions data/mods/gen8/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,6 @@ export const Items: {[k: string]: ModdedItemData} = {
inherit: true,
isNonstandard: "Past",
},
souldew: {
inherit: true,
isNonstandard: null,
},
splashplate: {
inherit: true,
isNonstandard: "Past",
Expand Down
4 changes: 4 additions & 0 deletions data/mods/gen9dlc1/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ export const Items: {[k: string]: ModdedItemData} = {
inherit: true,
isNonstandard: "Past",
},
souldew: {
inherit: true,
isNonstandard: "Past",
},
starsweet: {
inherit: true,
isNonstandard: "Past",
Expand Down

0 comments on commit f98aba0

Please sign in to comment.