From 72596d8fb5e8f048bab4a88d5ce9689de7c434bf Mon Sep 17 00:00:00 2001 From: Aezeor Date: Thu, 26 Mar 2026 19:34:57 -0400 Subject: [PATCH] [DH] bugs --- engine/class_modules/sc_demon_hunter.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/engine/class_modules/sc_demon_hunter.cpp b/engine/class_modules/sc_demon_hunter.cpp index 397e94b7032..9d0da939271 100644 --- a/engine/class_modules/sc_demon_hunter.cpp +++ b/engine/class_modules/sc_demon_hunter.cpp @@ -13028,6 +13028,17 @@ class demon_hunter_module_t : public module_t .operation( hotfix::HOTFIX_SET ) .modifier( 16.0 ) .verification_value( 50.0 ); + hotfix::register_effect( "Demon Hunter", "2025-03-26", "Focused Ray works on up to 3 targets", 1239241 ) + .field( "base_value" ) + .operation( hotfix::HOTFIX_SET ) + .modifier( 3.0 ) + .verification_value( 1.0 ); + hotfix::register_effect( "Demon Hunter", "2025-03-26", + "Collapsing star still only does 50% additional damage to primary target", 1290193 ) + .field( "base_value" ) + .operation( hotfix::HOTFIX_SET ) + .modifier( 50.0 ) + .verification_value( 75.0 ); } void combat_begin( sim_t* ) const override