Skip to content

Commit

Permalink
Set attacker in mirror image to hit query
Browse files Browse the repository at this point in the history
  • Loading branch information
dolio committed Feb 19, 2024
1 parent 937fa43 commit 7e142f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def mirror_image_attack_roll(d20a):

#Performer to Hit Bonus
to_hit = tpdp.EventObjAttack()
to_hit.attack_packet.attacker = performer
to_hit.dispatch(performer, OBJ_HANDLE_NULL, ET_OnToHitBonus2, EK_NONE)

to_hit_dice = dice_new("1d20")
Expand Down

0 comments on commit 7e142f1

Please sign in to comment.