If you win the fight against Tollus and choose "Pursue", pc walks back to the temple alone. However, when the portal explodes, Cait is nearby and unconscious. Whether you choose Comfort or Pursue, Cait would have been away.
Cait is unconscious only when losing to Tollus. In the function
I think it could be changed to:
And in function
could be:
There's space after temple.
should be
In
could be
Cait is unconscious only when losing to Tollus. In the function
TutTollusCombine
,
JavaScript:
1!==flags.TUT_CAIT_COMFORT?textify(m||(m=$(["Cait is beside you, face down on the ground and breathing hard
JavaScript:
1!==flags.BEAT_TOLLUS?textify(m||(m=$(["Cait is beside you, face down on the ground and breathing hard
And in function
TutWakeUp3
JavaScript:
1===flags.TUT_CAIT_COMFORT?"after I left?":"? I know something happened to you between when I blacked out and when I woke up after. Didn't it?"
JavaScript:
1===flags.TUT_CAIT_COMFORT?"after I left?":1!==flags.BEAT_TOLLUS?:"? I know something happened to you between when I blacked out and when I woke up after. Didn't it?":"?"
There's space after temple.
Do you... do you remember what happened at the temple ',
should be
Do you... do you remember what happened at the temple',
In
TutWakeUp4
JavaScript:
1!==flags.TUT_CAIT_COMFORT?"woke up in":"came running back to"
JavaScript:
1!==flags.BEAT_TOLLUS?"woke up in":"came running back to"
Last edited: