Skip to content

Commit

Permalink
[Monk] BoK reduction during Serenity is now reducing at full amount.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinalover committed Mar 12, 2021
1 parent ed15fc2 commit 75ae34f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions engine/class_modules/monk/sc_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1493,10 +1493,6 @@ struct blackout_kick_t : public monk_melee_attack_t
if ( p()->buff.weapons_of_order->up() )
cd_reduction += ( -1 * p()->covenant.kyrian->effectN( 8 ).time_value() );

// Reduction is getting halved during Serenity
if ( p()->buff.serenity->up() )
cd_reduction *= 1.0 / ( 1 + p()->talent.serenity->effectN( 4 ).percent() );

p()->cooldown.rising_sun_kick->adjust( cd_reduction, true );
p()->cooldown.fists_of_fury->adjust( cd_reduction, true );
}
Expand Down

0 comments on commit 75ae34f

Please sign in to comment.