hotfix tutorial bits stage bug
This commit is contained in:
parent
44ae33d8ea
commit
496c57ea77
@ -21,7 +21,7 @@ function tutorialVbox(player, store, tutorial) {
|
||||
let stage = tutorial;
|
||||
const { vbox } = player;
|
||||
if (stage === 1) {
|
||||
if (vbox.bits < 17) {
|
||||
if (vbox.bits < 29) {
|
||||
stage += 1;
|
||||
} else {
|
||||
vbox.free[0] = vbox.free[0].slice(0, 2);
|
||||
@ -54,7 +54,7 @@ function tutorialVbox(player, store, tutorial) {
|
||||
}
|
||||
|
||||
if (stage === 4) {
|
||||
if (!vbox.free[2][0] || vbox.bits < 12) {
|
||||
if (!vbox.free[2][0] || vbox.bits < 24) {
|
||||
stage += 1;
|
||||
} else {
|
||||
vbox.free[0] = [];
|
||||
@ -86,7 +86,7 @@ function tutorialVbox(player, store, tutorial) {
|
||||
}
|
||||
|
||||
if (stage === 7) {
|
||||
if (vbox.bits < 13) {
|
||||
if (vbox.bits < 25) {
|
||||
stage += 1;
|
||||
} else {
|
||||
vbox.free[0] = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user