Open zachadel opened 2 years ago
Currently, the only thing left is the middle issue. To determine the arrow message, i.e. "Skill Gained, Skill Kept Skill Lost, Skill Changed", a legacy code function is being used. Further investigation into this will be done soon.
Currently, the issue is with "Skill Kept" playing instead of "Skill Gained". With the way that my code is set up, if the number of skills is the same (ie before replication it has one skill and after replication it has one skill) it does a check. If the skills are the same then it should show "Skill Kept" and if the skills are different then it should show "Skills Changed".
I think the issue is "Skill Changed" isn't working properly/the legacy code function isn't returning the right value.