Changed TagTeam initiasation cost label to be 'Hope Cost'

This commit is contained in:
WBHarry 2026-04-11 16:23:41 +02:00
parent b076c2481b
commit 28d9254883
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ export default class TagTeamDialog extends HandlebarsApplicationMixin(Applicatio
owned: member.testUserPermission(game.user, CONST.DOCUMENT_OWNERSHIP_LEVELS.OWNER)
}));
this.initiator = null;
this.initiator = { cost: 3 };
this.openForAllPlayers = true;
this.tabGroups.application = Object.keys(party.system.tagTeam.members).length