diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-02 15:36:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 15:36:27 +0800 |
commit | c17b67eebfdb461485e25c02714823cf52771f78 (patch) | |
tree | 1d6a6f9a891514c97ed1d0f1d0b65644fb5277ec /features/dungeonSolvers/index.js | |
parent | ef58bc02faa99b7c41eecadaaef5acda9a355210 (diff) | |
parent | 03b0283e5ef7cc3f65373d8c5e71a8447e569101 (diff) | |
download | SoopyV2-c17b67eebfdb461485e25c02714823cf52771f78.tar.gz SoopyV2-c17b67eebfdb461485e25c02714823cf52771f78.tar.bz2 SoopyV2-c17b67eebfdb461485e25c02714823cf52771f78.zip |
Merge pull request #24 from EmeraldMerchant:patch-24
update
Diffstat (limited to 'features/dungeonSolvers/index.js')
-rw-r--r-- | features/dungeonSolvers/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js index cd672a8..737e4e1 100644 --- a/features/dungeonSolvers/index.js +++ b/features/dungeonSolvers/index.js @@ -176,6 +176,7 @@ class DungeonSolvers extends Feature { this.registerStep(true, 2, this.step).registeredWhen(() => this.isInDungeon()); this.registerStep(false, 60, this.step) this.registerStep(true, 10, this.step2).registeredWhen(() => this.isInDungeon()); + this.registerStep(true, 5, this.step_5fps).registeredWhen(() => this.isInDungeon()); this.registerStep(false, 60 * 5, this.step_5min) this.registerEvent("worldLoad", this.onWorldLoad); |