mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Changed TagTeam initiasation cost label to be 'Hope Cost'
This commit is contained in:
parent
b076c2481b
commit
28d9254883
2 changed files with 2 additions and 2 deletions
|
|
@ -706,7 +706,7 @@
|
|||
"FIELDS": {
|
||||
"initiator": {
|
||||
"memberId": { "label": "Initiating Character" },
|
||||
"cost": { "label": "Initiation Cost" }
|
||||
"cost": { "label": "Hope Cost" }
|
||||
}
|
||||
},
|
||||
"leaderTitle": "Initiating Character",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue