mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 08:46:55 +00:00
Fix endless starter points (#1941)
This commit is contained in:
parent
696ff6eae3
commit
8142f26833
@ -1532,6 +1532,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
||||
case GameModes.ENDLESS:
|
||||
case GameModes.SPLICED_ENDLESS:
|
||||
valueLimit.value = 15;
|
||||
break;
|
||||
default:
|
||||
valueLimit.value = 10;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user