mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-28 11:12:24 +02:00
Added effectiveness test for ghost on normal
This commit is contained in:
parent
60b43b1f3e
commit
b98d767e01
@ -73,6 +73,10 @@ describe("Moves - Type Effectiveness", () => {
|
||||
() => testMoveEffectiveness(game, Moves.THUNDERBOLT, Species.BLASTOISE, 2)
|
||||
);
|
||||
|
||||
it("Ghost-type attacks have no effect on Normal-type Pokemon",
|
||||
() => testMoveEffectiveness(game, Moves.SHADOW_BALL, Species.URSALUNA, 0)
|
||||
);
|
||||
|
||||
it("Electric-type attacks are doubly super-effective against Water/Flying-type Pokemon",
|
||||
() => testMoveEffectiveness(game, Moves.THUNDERBOLT, Species.GYARADOS, 4)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user