Skip to content

Commit 259a69e

Browse files
committed
[Subtlety] Remove sqrt scaling on the primary target of Secret Technique
1 parent e45ea03 commit 259a69e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/class_modules/sc_rogue.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5672,6 +5672,7 @@ struct secret_technique_t : public rogue_attack_t
56725672
rogue_attack_t( name, p, s )
56735673
{
56745674
aoe = -1;
5675+
full_amount_targets = 1; // 2025-05-30 -- Primary target is not reduced by sqrt scaling
56755676
reduced_aoe_targets = p->talent.subtlety.secret_technique->effectN( 6 ).base_value();
56765677
}
56775678

0 commit comments

Comments
 (0)