diff --git a/src/js/game/hud/parts/standalone_reminder.js b/src/js/game/hud/parts/standalone_reminder.js index 238fe20c..6b25fc61 100644 --- a/src/js/game/hud/parts/standalone_reminder.js +++ b/src/js/game/hud/parts/standalone_reminder.js @@ -3,7 +3,7 @@ import { T } from "../../../translations"; import { THIRDPARTY_URLS } from "../../../core/config"; // How often to show the dialog -const DIALOG_INTERVAL = 15; +const DIALOG_INTERVAL = 30; // When to start showing the dialogs const DIALOG_START_INTERVAL = 15;