Update gameManager.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-04-20 14:05:41 -04:00 committed by GitHub
parent e0b7a54dc4
commit d93f4f6d9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();