Skip to content

Commit

Permalink
[Mage] Ice Nova soft cap
Browse files Browse the repository at this point in the history
  • Loading branch information
vituscze committed Oct 8, 2024
1 parent f1dd23d commit bf917fb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions engine/class_modules/sc_mage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5568,12 +5568,7 @@ struct ice_nova_t final : public frost_mage_spell_t
{
parse_options( options_str );
aoe = -1;
// TODO: currently deals full damage to all targets, probably a bug
if ( !p->bugs )
{
reduced_aoe_targets = 1.0;
full_amount_targets = 1;
}
reduced_aoe_targets = data().effectN( 3 ).base_value();

if ( excess )
{
Expand Down

0 comments on commit bf917fb

Please sign in to comment.