Story Inconsistancy #31
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
its possible to have naser text anon to meet him at the auditorium, where anon will divulge that fang told him about what happened to his wing even if you interrupt her on the rooftop and she never actually tells anon.
Route to find this inconsistancy:
Nasers a bro > not my place to pry > sorry fang, i should have known youre non-binary > speak up > ask for help > joking is a good way past mistakes > stay quiet > interrupt > wait for fang > ask naser > leave the stage as is > play the guitar > not exactly introspective > talk with trish > wait for trish
Just double checked this the following is sort of train of thought, but I feel keeps in line with our "explain it so a codelet can understand"
I think the most logical step here would be to initialize a variable check to false
or similar, and then set it true once you hit quiet4c (where Fang tells him) and then set up story labels (path)A and (path)B and an if/else inside the naser conversation.
The most logical place to cut it imo would be after line ~ 15654 "what did I ever do to her" and then skip to line ~ 15714 "... Man... Where did it all go wrong?".
EDIT: After testing the above works as expected and no longer displays the segment about his wing if you did not talk to her about it. It also displays as it is currently if you did stay quiet the entire time.
Sweet, if you don't mind making a PR for this, that'd be fantastic.
Ghost referenced this issue2021-06-17 11:34:42 +00:00
PR is up and should fix this issue.