bigsmokey116
Newbie
- Mar 24, 2019
- 55
- 17
- 160
Yes. Edit BKinit_variables.rpy, findroom_capacity_dict, change the values as you deem fit.
Start a new game or load your save and console (each line separately):
Code:for room_key in brothel.rooms: brothel.rooms[room_key].update_cust_limit()
My question is for example how would i increase the total amount of workers and customer limits in the Tavern? where it says 5/5 workers and 60 people can be served.