Skip to content

Commit

Permalink
[Monk] Flying Serpent Kick damage is an AoE attack
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinalover committed Dec 18, 2017
1 parent a4eb296 commit 10b25d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engine/class_modules/sc_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5127,7 +5127,8 @@ struct flying_serpent_kick_t: public monk_melee_attack_t
parse_options( options_str );
ignore_false_positive = true;
movement_directionality = MOVEMENT_OMNI;
attack_power_mod.direct = fsk_damage -> effectN ( 1 ). ap_coeff();
attack_power_mod.direct = fsk_damage -> effectN( 1 ).ap_coeff();
aoe = -1;
p -> cooldown.flying_serpent_kick = cooldown;
}

Expand Down

0 comments on commit 10b25d3

Please sign in to comment.