From 5910c6049a7037b2e6daee8398644461830a90b0 Mon Sep 17 00:00:00 2001 From: Vlyan Date: Fri, 4 Jun 2021 08:54:14 +0200 Subject: [PATCH] Ready Hook waiting for 2s for potatoes computer :D --- system/scripts/hooks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/scripts/hooks.js b/system/scripts/hooks.js index 5f3a242..2adc620 100644 --- a/system/scripts/hooks.js +++ b/system/scripts/hooks.js @@ -27,7 +27,7 @@ export default class HooksL5r5e { } // For some reasons, not always really ready, so wait a little - await new Promise((r) => setTimeout(r, 500)); + await new Promise((r) => setTimeout(r, 2000)); // Settings TN and EncounterType if (game.user.isGM) {