Skip to content

Commit

Permalink
Merge pull request #183 from Ykabrit/master
Browse files Browse the repository at this point in the history
Fix: remove world time advance from rest
  • Loading branch information
ClipplerBlood authored May 21, 2024
2 parents 72c3830 + 037661c commit 4b87e37
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/module/actor/actor.js
Original file line number Diff line number Diff line change
Expand Up @@ -837,9 +837,6 @@ export class DemonlordActor extends Actor {
if (restTime === 24) this.applyHealing(true)
}

// Advance time according to the duration of the rest.
await game.time.advance(restTime * 60 * 60)

var templateData = { actor: this, restTime, magicRecovery, talentRecovery, healing }

const chatData = {
Expand Down

0 comments on commit 4b87e37

Please sign in to comment.