mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 19:09:55 +02:00
.
This commit is contained in:
parent
1c6c3e7736
commit
629268caf9
1 changed files with 1 additions and 1 deletions
|
|
@ -781,7 +781,7 @@ export default class TagTeamDialog extends HandlebarsApplicationMixin(Applicatio
|
||||||
if (finalRoll.withHope) {
|
if (finalRoll.withHope) {
|
||||||
resourceMap.addResources([{ key: 'hope', value: 1, enabled: true }]);
|
resourceMap.addResources([{ key: 'hope', value: 1, enabled: true }]);
|
||||||
}
|
}
|
||||||
if (finalRoll.isCritical) {
|
else if (finalRoll.isCritical) {
|
||||||
resourceMap.addResources([
|
resourceMap.addResources([
|
||||||
{ key: 'stress', value: -1, enabled: true },
|
{ key: 'stress', value: -1, enabled: true },
|
||||||
{ key: 'hope', value: 1, enabled: true }
|
{ key: 'hope', value: 1, enabled: true }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue