Removes stun from backstab skill

This commit is contained in:
Linus Probert 2019-05-15 07:50:45 +02:00
parent cac3fea106
commit 5e67ca7ef7
1 changed files with 0 additions and 1 deletions

View File

@ -652,7 +652,6 @@ skill_backstab(Skill *skill, SkillData *data)
player_monster_kill_check(data->player, m);
if (result.dmg) {
mixer_play_effect(SWORD_HIT);
monster_set_state(m, STUNNED, (Uint8)(2 + player_has_artifact(data->player, INCREASED_STUN)));
monster_set_bleeding(m);
}
}