Hydrofront
New Member
- May 14, 2019
- 9
- 8
It's easier to simply increase the amount of days before rep decays.Any way to tweak the minimum shift time at the bar? I honestly don't want to spend in there more than 5 in-game, or even irl too lmao,minutes, even if it's just to prevent reputation decay.
Open this file
Code:
Karryn's Prison v.9B EN\www\js\plugins\RemtairyPrison.js
Code:
this._daysWithoutDoingWaitressBar >= WAITRESS_REP_DECAY_DAYS
Replace WAITRESS_REP_DECAY_DAYS with whatever number of days you like
Code:
this._daysWithoutDoingWaitressBar >= 1000