mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 22:35:20 +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> |
||
|---|---|---|
| .. | ||
| helpers | ||
| mocks | ||
| saves | ||
| errorInterceptor.ts | ||
| fakeMobile.html | ||
| gameManager.ts | ||
| gameManagerUtils.ts | ||
| gameWrapper.ts | ||
| inputsHandler.ts | ||
| listenersManager.ts | ||
| phaseInterceptor.ts | ||
| testFileInitialization.ts | ||
| testUtils.ts | ||
| TextInterceptor.ts | ||