Fixed G-Max Finale test
This commit is contained in:
parent
59c0de0967
commit
b5607209f3
1 changed files with 2 additions and 2 deletions
|
@ -1294,8 +1294,8 @@ DOUBLE_BATTLE_TEST("(DYNAMAX) G-Max Finale heals allies by 1/6 of their health")
|
|||
HP_BAR(playerLeft, captureDamage: &damage1);
|
||||
HP_BAR(playerRight, captureDamage: &damage2);
|
||||
} THEN {
|
||||
EXPECT_MUL_EQ(playerLeft->hp - 1, Q_4_12(6), playerLeft->maxHP); // heals based on Dynamax HP
|
||||
EXPECT_MUL_EQ(playerRight->hp - 1, Q_4_12(6), playerRight->maxHP);
|
||||
EXPECT_MUL_EQ(-damage1, Q_4_12(6), playerLeft->maxHP); // heals based on Dynamax HP
|
||||
EXPECT_MUL_EQ(-damage2, Q_4_12(6), playerRight->maxHP);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue