Fixed Ultra Burst + Mega Evolution test

This commit is contained in:
Eduardo Quezada 2023-08-31 22:33:20 -04:00
parent 35d7201935
commit 1513443c39

View File

@ -117,7 +117,7 @@ SINGLE_BATTLE_TEST("Ultra Burst and Mega Evolution can happen on the same turn")
ANIMATION(ANIM_TYPE_GENERAL, B_ANIM_ULTRA_BURST, player);
MESSAGE("Necrozma regained its true power through Ultra Burst!");
MESSAGE("Foe Gardevoir's Gardevoirite is reacting to 's Mega Ring!");
MESSAGE("Foe Gardevoir's Gardevoirite is reacting to 2's Mega Ring!");
ANIMATION(ANIM_TYPE_GENERAL, B_ANIM_MEGA_EVOLUTION, opponent);
MESSAGE("Foe Gardevoir has Mega Evolved into Mega Gardevoir!");
} THEN {