- Jan 19, 2020
- 12,382
- 48,872
Although I answered you with " There's no fix. You must find the tap first. It's in the task list. ", there is indeed a bug here. If the player gets the keg first (which can happen), then gets the tap second, you cannot progress due to the fucked up code. I've found the issue in the code and I'll fix it in SanchoMod.Hi i can't click on keg in tommy's room, can someone find the way to fix it
It boils down to this fucked up code:
Python:
if "ep9_diks_ph1_tap_event_label" in event_list:
$ task_list[5] = ""
$ updateTaskList()
jump endEvent
Edit: It's semi-sorted... map jump seems to bork it but not 100% of the time. I'm looking into it.
Last edited: