- May 14, 2019
- 9
- 8
On line 2436 in RemtairyPrison.js, try adding a return statement. That should do it, though I have not tested myself. It should stop it from trying to start any riots (it also will not stop current ones, if you have some going):is there a possibility to set the riot chances to zero?
Code:
Game_Party.prototype.nextDayRiotManager = function() {
return;