We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51dbc8 commit e68bb5aCopy full SHA for e68bb5a
1 file changed
game/world/objects/npc.cpp
@@ -1854,7 +1854,7 @@ void Npc::takeDamage(Npc &other, const Bullet* b) {
1854
1855
assert(b==nullptr || !b->isSpell());
1856
const auto& pose = visual.pose();
1857
- const bool isJumpb = pose.isJumpBack() && !pose.isDefence(owner.tickCount());
+ const bool isJumpb = pose.isJumpBack();
1858
const bool isBlock = (!other.isMonster() || other.inventory().activeWeapon()!=nullptr) &&
1859
fghAlgo.isInFocusAngle(*this,other) &&
1860
pose.isDefence(owner.tickCount());
0 commit comments