Ready Hook waiting for 2s for potatoes computer :D

This commit is contained in:
Vlyan
2021-06-04 08:54:14 +02:00
parent 29ba2549b9
commit 5910c6049a

View File

@@ -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) {