Skip to content

Commit

Permalink
log battle beast attacks
Browse files Browse the repository at this point in the history
  • Loading branch information
bob0005 committed Sep 11, 2024
1 parent 8ceb9d8 commit b41664e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/app/lib/utils/processFutures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1380,6 +1380,8 @@ export function simulateBattle(
adventurer?.level
);

console.log(`Beast Attack (Beast health: ${beastHealth})): `, beastCounter)

events.push({
type: "beast_attack",
totalDamage: beastCounter.damage,
Expand Down

0 comments on commit b41664e

Please sign in to comment.