what with the stripper and recepionist?In RemtairyKarrynWaitress.js change the following lines:
const BAR_GET_SERVED_NORMAL_TIME_LIMIT = 160; //80
const BAR_GET_SERVED_TIPSY_TIME_LIMIT = 260; //130
const BAR_TAKE_ORDER_NORMAL_TIME_LIMIT = 140; //70
const BAR_TAKE_ORDER_TIPSY_TIME_LIMIT = 240; //120
const BAR_ANGRY_LEAVING_TIME_LIMIT = 240; //120
The number after the comment is the original, I doubled all of them in my game.
In RemtairyKarrynGlory.js change this line:
const GLORY_GUEST_BASE_PATIENCE = 30;
I can't remember what the original was. I think it was 7.
I don't know if there's something similar in the other jobs, I've never had a problem with any of them.
