From d93f4f6d9e86c28a1e3113d65029212d882c66a0 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sun, 20 Apr 2025 14:05:41 -0400 Subject: [PATCH] Update gameManager.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- test/testUtils/gameManager.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/testUtils/gameManager.ts b/test/testUtils/gameManager.ts index 65d12fd6c01..37dbb11a1fb 100644 --- a/test/testUtils/gameManager.ts +++ b/test/testUtils/gameManager.ts @@ -425,7 +425,8 @@ export default class GameManager { } /** - * Emulate selecting a modifier (item) and transition to the next upcoming {@linkcode CommandPhase}. + * Queue up button presses to skip taking an item on the next {@linkcode SelectModifierPhase}, + * and then transition to the next {@linkcode CommandPhase}. */ async toNextWave() { this.doSelectModifier();