Skip to content

Commit

Permalink
close #262
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Aug 29, 2024
1 parent f6990a9 commit d15e3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/model/actor/agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class AgentModel extends StandardWNGActorModel {
super.computeDerived();
this.attributes.computeCosts(this.experience)
this.skills.computeCosts(this.experience)
for(let item of itemTypes.talent.concat(itemTypes.psychicPower, itemTypes.archetype, itemTypes.ability)) // Don't include species, already included in archetye
for(let item of itemTypes.talent.concat(itemTypes.psychicPower, itemTypes.archetype, itemTypes.ability, itemTypes.ascension)) // Don't include species, already included in archetye
{
this.experience.spent += item.cost;
}
Expand Down

0 comments on commit d15e3e7

Please sign in to comment.