Removes erupt test code

This commit is contained in:
Linus Probert 2019-05-14 22:48:29 +02:00
parent 05cbce0abc
commit 9ed80acbee
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ skill_erupt(Skill *skill, SkillData *data)
gui_log("%s takes %d damage from the explosion", r->monster->label, result.dmg);
monster_set_state(r->monster, SCARED, 3);
int lvl = 2;//player_has_artifact(player, PUSH_BACK);
int lvl = player_has_artifact(player, PUSH_BACK);
Vector2d dir = vector2d_to_direction(&VEC2D((float) i, (float) j));
for (int k = 0; k < lvl; ++k) {
monster_push(r->monster,