Skip to content

Commit

Permalink
Collect character age
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed May 1, 2017
1 parent 632b86b commit 23be9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Character.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ internal static void GetCharacterInfo()
req.AppendFormat("\"total_xp\":{0},", cf.TotalXP);
req.AppendFormat("\"unassigned_xp\":{0},", cf.UnassignedXP);
req.AppendFormat("\"skill_credits\":{0},", cf.SkillPoints);

req.AppendFormat("\"age\":{0},", cf.Age);

// Luminance XP

Expand Down

0 comments on commit 23be9f1

Please sign in to comment.