This commit is contained in:
Joshua-Ashton01
2022-10-18 11:53:57 -06:00
parent 656858f63f
commit f025f605b0
4 changed files with 2 additions and 2 deletions
@@ -33,7 +33,7 @@ public class Charisma extends Stats {
// TODO: Need description.
public String getDescription() {
return "";
return "Confidence, eloquence, and leadership.";
}
@@ -33,7 +33,7 @@ public class Constitution extends Stats {
// TODO: Need description.
public String getDescription() {
return "";
return "Health, stamina, vital force.";
}