mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 08:52:17 +02:00
Update gameManager.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
01a0aaa525
commit
a188e3b39d
@ -347,10 +347,7 @@ export default class GameManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** Queue up button presses to skip taking an item on the next {@linkcode SelectModifierPhase} */
|
||||||
* 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).
|
|
||||||
*/
|
|
||||||
doSelectModifier() {
|
doSelectModifier() {
|
||||||
this.onNextPrompt(
|
this.onNextPrompt(
|
||||||
"SelectModifierPhase",
|
"SelectModifierPhase",
|
||||||
|
Loading…
Reference in New Issue
Block a user