would anyone be able to help me with why i get this error everytime i progress a day
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKendday.rpy", line 344, in script
python:
File "game/BKendday.rpy", line 414, in <module>
perform_events += perform(girl.job, (girl,), her_cust)
File "game/BKfunctions.rpy", line 1835, in perform
pic = girl.get_pic(perform_job_dict[act + "_tags"], "naked", and_tags = "naked", not_tags = ("group", "bisexual", "beast", "monster"))
File "game/BKgirlclass.rpy", line 764, in get_pic
if "portrait" not in (tags + and_tags + not_tags):
TypeError: can only concatenate list (not "tuple") to list
Windows-8-6.2.9200
Ren'Py 7.0.0.196
Brothel King 0.15b
Thu Dec 24 02:06:22 2020
It usually seems to happen if i put girls to work as waitress, geisha, dancer or masseuse. But the moment i change all to work as a whore, it works fine.