Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
32th-System committed May 27, 2022
1 parent 8e83686 commit 77acc40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions thprac/thprac/src/thprac/thprac_th15.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ namespace TH15 {
}

mLife();
;
if (*mStage == 6) {
mLifeFragment.SetBound(0, 5);
} else {
mLifeFragment.SetBound(0, 3);
}
mLifeFragment();
mBomb();
mBombFragment();
Expand Down

0 comments on commit 77acc40

Please sign in to comment.