forked from akanyan/mu3-mods
fix: misc cleanup
Also set HideVersion default to false Also fix the new skipper crashing on tutorial
This commit is contained in:
@ -5,11 +5,11 @@ using MU3.Util;
|
||||
namespace MU3;
|
||||
|
||||
class patch_Scene_32_PrePlayMusic_Confirm: Scene_32_PrePlayMusic_Confirm {
|
||||
private extern void orig_createSelector();
|
||||
private JewelBoostID getMaxBoost() {
|
||||
return JewelBoostID.Nine;
|
||||
}
|
||||
|
||||
private extern void orig_createSelector();
|
||||
private void createSelector() {
|
||||
Singleton<UserManager>.instance.userLocal.boost = JewelBoostID.Nine;
|
||||
orig_createSelector();
|
||||
|
Reference in New Issue
Block a user