mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-14 22:05:34 +01:00
* Fixed Transform and Imposter Bug * Updated Comments * Revised Comments * Revised Changes on how tranformed pokemon are referenced to align with reviewer's suggestions * Removed unused BattlerTag type for transform * Removed addition of the transform tag to a pokemon in the PokemonTransformPhase * Moved the check for whether Transform can be used within the TransformAttr class as suggested and removed uneccesary moveId check * Consolidated if statement regarding isTransformed * Removed overrides * Added move condition to Transform + fixed up imposter target selection * Condensed tests into 1 file + added more automated tests This includes a couple regression tests for the fusion shenanigans * Fixed comment * Updated override typo for unimplemented methods * Remove redundant parentheses * Apply suggestions from code review Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> --------- Co-authored-by: Bertie690 <taylormw163@gmail.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| abilities | ||
| achievements | ||
| arena | ||
| battle | ||
| battlerTags | ||
| data | ||
| eggs | ||
| field | ||
| inputs | ||
| items | ||
| moves | ||
| mystery-encounter | ||
| phases | ||
| plugins/api | ||
| settingMenu | ||
| sprites | ||
| system | ||
| testUtils | ||
| ui | ||
| account.test.ts | ||
| battle-scene.test.ts | ||
| boss-pokemon.test.ts | ||
| daily_mode.test.ts | ||
| endless_boss.test.ts | ||
| enemy_command.test.ts | ||
| escape-calculations.test.ts | ||
| evolution.test.ts | ||
| final_boss.test.ts | ||
| fontFace.setup.ts | ||
| game-mode.test.ts | ||
| imports.test.ts | ||
| internals.test.ts | ||
| misc.test.ts | ||
| reload.test.ts | ||
| utils.test.ts | ||
| vitest.setup.ts | ||