GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
There was an error fetching the commit references. Please try again later.
@@ -37,15 +37,19 @@ public class CutsceneManager : MonoBehaviour
publicvoidAddClimax()
{
climax.Add(("Roro","We've reached the heart of the jungle. The treasure must be close!"));
climax.Add(("Bondowoso","Yes, let's find it quickly before someone else does!"));
climax.Add(("Roro","Bondowoso, I cannot let you fulfill your promise. I will stop you before you build a thousand temples!"));
climax.Add(("Bondowoso","Roro Jonggrang, why do you resist our union? I have sworn to build the temples as you requested. Why this sudden change of heart?"));
climax.Add(("Roro","I have seen the suffering of my people. I cannot let you continue your reign of terror. I will not be your puppet queen!"));
climax.Add(("Bondowoso","You will regret this, Roro Jonggrang. I will build the temples with or without your consent. You will be the last statue in my collection!"));
climax.Add(("Roro","I will never be your statue, Bondowoso. I will fight you with all my might!"));
climax.Add(("Bondowoso","Then let the battle begin!"));