Skip to content

Commit

Permalink
[Gear] update concoction kiss of death shared cooldown
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
gastank committed Sep 19, 2024
1 parent 8b3d2fb commit 385dbc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/player/unique_gear_thewarwithin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4587,6 +4587,9 @@ void concoction_kiss_of_death( special_effect_t& effect )
}
};

// TODO: the driver has two cooldown categories, 1141 for the on-use and 2338 for the charge. currently the generation
// script prioritizes the charge category so we manually set it here until the script can be adjusted.
effect.cooldown_category_ = 1141;
effect.custom_buff = create_buff<concoction_kiss_of_death_buff_t>( effect.player, effect.driver(), effect.item );
}

Expand Down

0 comments on commit 385dbc6

Please sign in to comment.