@pkmn/mods 0.4.23 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -94,6 +94,8 @@ export const Items: {[k: string]: ModdedItemData} = {
94
94
  for (const pokemon of this.getAllActive()) {
95
95
  if (pokemon.switchFlag === true) return;
96
96
  }
97
+ // TODO: Confirm mechanics
98
+ this.add("-activate", target, "item: Eject Button");
97
99
  target.switchFlag = true;
98
100
  source.switchFlag = false;
99
101
  }
@@ -268,7 +270,7 @@ export const Items: {[k: string]: ModdedItemData} = {
268
270
  inherit: true,
269
271
  isNonstandard: "Past",
270
272
  },
271
- msychicseed: {
273
+ psychicseed: {
272
274
  inherit: true,
273
275
  isNonstandard: "Past",
274
276
  },