- Mar 7, 2020
- 693
- 689
In RemtairyPrison.js, change this function to always return true.i only wish we can manual saves on any difficulty. it become so much harder without it. why !!!
JavaScript:
Game_Party.prototype.canOpenSaveMenu = function() {
return true; //this.easyMode() || $gameSwitches.value(SWITCH_TEST_MODE_ID) || (Prison.freeMode() && ConfigManager.cheatDisableAutosave);
};