Skip to content

Commit

Permalink
no jadefire stomp past 10 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Sep 4, 2024
1 parent 9f3d18b commit b2a0efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/apl/apl_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ void mistweaver( player_t *p )
def->add_action( "spinning_crane_kick,if=buff.dance_of_chiji.up" );
def->add_action( "chi_burst,if=active_enemies>=2" );

def->add_action( "jadefire_stomp,if=active_enemies>=4" );
def->add_action( "jadefire_stomp,if=active_enemies>=4&active_enemies<=10" );
def->add_action( "spinning_crane_kick,if=active_enemies>=4" );

def->add_action( "jadefire_stomp,if=buff.jadefire_stomp.down" );
Expand Down

0 comments on commit b2a0efc

Please sign in to comment.