mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
Update test/abilities/illusion.test.ts
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
parent
f368aebbe4
commit
34878c8d4a
@ -77,7 +77,7 @@ describe("Abilities - Illusion", () => {
|
|||||||
expect(zorua.battleData.illusion.active).equals(false);
|
expect(zorua.battleData.illusion.active).equals(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("trick the enemy AI for moves effectiveness using ILLUSION type instead of actual type", async () => {
|
it("causes enemy AI to consider the illusion's type instead of the actual type when considering move effectiveness", async () => {
|
||||||
game.override.enemyMoveset([Moves.FLAMETHROWER, Moves.PSYCHIC, Moves.TACKLE, Moves.TACKLE]);
|
game.override.enemyMoveset([Moves.FLAMETHROWER, Moves.PSYCHIC, Moves.TACKLE, Moves.TACKLE]);
|
||||||
await game.classicMode.startBattle([Species.ZOROARK, Species.AXEW]);
|
await game.classicMode.startBattle([Species.ZOROARK, Species.AXEW]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user