Skip to content

Commit 90a83c8

Browse files
authored
Merge pull request #1284 from kakaroto/rogue-fix
fix: rogue sneak attack
2 parents 6d941b2 + 818dccf commit 90a83c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dndbeyond/content-scripts/character.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ function handleSpecialGeneralAttacks(damages=[], damage_types=[], properties, se
688688
return to_hit;
689689
}
690690

691-
function handleSpecialWeaponAttacks(damages=[], damage_types=[], properties, settings_to_change={}, {action_name="", item_customizations=[], item_type="", item_name="", to_hit}={}) {
691+
function handleSpecialWeaponAttacks(damages=[], damage_types=[], properties, settings_to_change={}, {action_name="", item_customizations=[], item_type="", item_name="", to_hit, effects=[]}={}) {
692692
// Class Specific
693693
if (character.hasClass("Artificer")) {
694694
//Artificer: Battlemaster: Arcane Jolt

0 commit comments

Comments
 (0)