Skip to content

Commit

Permalink
Merge pull request #4484 from gastank/bfa-dev
Browse files Browse the repository at this point in the history
[BALANCE] Streaking Stars counts CA/INC but doesn't proc
  • Loading branch information
Jundarer committed Aug 28, 2018
2 parents 0be56b9 + 3366cd8 commit be247b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_druid.cpp
Expand Up @@ -1618,7 +1618,7 @@ struct druid_action_t : public Base

virtual bool compare_previous_streaking_stars(streaking_stars_e new_ability)
{
return p()->previous_streaking_stars == new_ability;
return p()->previous_streaking_stars == new_ability || new_ability == SS_CELESTIAL_ALIGNMENT; // INC & CA themselves do not proc streaking
}

virtual void streaking_stars_trigger(streaking_stars_e new_ability, action_state_t* s)
Expand Down

0 comments on commit be247b5

Please sign in to comment.