Update gameManager.ts

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

View File

@ -347,10 +347,7 @@ export default class GameManager {
}
}
/**
* Emulate selecting a modifier (item) the next time the {@linkcode SelectModifierPhase} occurs.
* Does not actually take anything (in fact, it just skips grabbing an item).
*/
/** Queue up button presses to skip taking an item on the next {@linkcode SelectModifierPhase} */
doSelectModifier() {
this.onNextPrompt(
"SelectModifierPhase",