diff --git a/Assets/Scripts/UIHandler.cs b/Assets/Scripts/UIHandler.cs index c419c8f..a527e37 100644 --- a/Assets/Scripts/UIHandler.cs +++ b/Assets/Scripts/UIHandler.cs @@ -587,7 +587,7 @@ namespace Assets.Scripts GameObject.Find("txtStrength_Creation").GetComponent().text = "Strength: " + playerstats[4]; GameObject.Find("txtDexterity_Creation").GetComponent().text = "Dexterity: " + playerstats[5]; - GameObject.Find("txtIntelligence_Creation").GetComponent().text = "Intelligence: " + playerstats[4]; + GameObject.Find("txtIntelligence_Creation").GetComponent().text = "Intelligence: " + playerstats[6]; GameObject.Find("txtHealth_Creation").GetComponent().text = "Health: " + playerstats[1]; GameObject.Find("txtSecondary_Creation").GetComponent().text = "Mana: " + playerstats[3];