Proposed Fix to Monika forgetting the player was sick if she showers.#10529
Proposed Fix to Monika forgetting the player was sick if she showers.#10529TheGamerSide67 wants to merge 2 commits into
Conversation
|
This pull request is an attempt at fixing the issue with Monika forgetting the player was sick if the event in which Monika showers when you greet her. It adds a check at the end of the dialogue. It was quickly added, so please review it until it is considered good enough to directly commit to the main branch. |
|
This doesn't fix the root of the issue. You shouldn't get this greeting if you're sick, so with your fix you're plasterfixing it. As you can see in all paths that player can take we set a greeting type to select on next load: Basically with your approach you'd have to add this dialogue path for sick in every other greeting. That'd be incorrect. |
|
Gotcha, though it seems that the only way to fix that, would to be to force it every time, even if the event procs. I will relook and give it another go later on when I have the time. I didn't know what the entire intention is, since it does normally work correctly unless Monika decides to shower. This has not happened with any other dialogue that we know of. |
No description provided.