Skip to content

Commit

Permalink
Update Crate texts for Disclaimer menu
Browse files Browse the repository at this point in the history
  • Loading branch information
RhenaudTheLukark committed Apr 7, 2024
1 parent c514954 commit 6f68adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/Scripts/Device/DisclaimerScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ private void Start() {
LogoCrate.GetComponent<Image>().enabled = true;
RedditPlug.GetComponent<Text>().text = "GO TO /R/UNITLAE. FOR UPDTAES!!!!!";
LegalStuff.GetComponent<Text>().text = "NO RELESLING HERE!!! IT'S RFEE!!! OR TUBY FEX WILL BE ANGER!!! U'LL HVAE A BED TMIE!!!";
ModSelection.GetComponent<Text>().text = "SPACE OR KLIK TO\n<color='#ff0000'>PALY MODS!!!!!</color>";
Overworld.GetComponent<Text>().text = "PRSES O TO\n<color='#ffff00'>OOVERWURL!!!!!</color>";
ModSelection.GetComponent<Text>().text = "YASS GO OR KLIK TO\n<color='#ff0000'>PALY MODS!!!!!</color>";
Overworld.GetComponent<Text>().text = "PRSES YUMMY 2\n<color='#ffff00'>OOVERWURL!!!!!</color>";
LuaKnowledgeDisclaimer.GetComponent<Text>().text = "<b><color='red'>KNOW YUOR CODE</color> R U'LL HVAE A BED TMIE!!!</b>";
Version.GetComponent<Text>().text = "v" + Random.Range(0,9) + "." + Random.Range(0,9) + "." + Random.Range(0,9);
} else if (Random.Range(0, 1000) == 021) {
Expand Down

0 comments on commit 6f68adc

Please sign in to comment.