This commit is contained in:
WBHarry 2026-06-21 01:00:47 +02:00
parent 1c6c3e7736
commit 629268caf9

View file

@ -781,7 +781,7 @@ export default class TagTeamDialog extends HandlebarsApplicationMixin(Applicatio
if (finalRoll.withHope) {
resourceMap.addResources([{ key: 'hope', value: 1, enabled: true }]);
}
if (finalRoll.isCritical) {
else if (finalRoll.isCritical) {
resourceMap.addResources([
{ key: 'stress', value: -1, enabled: true },
{ key: 'hope', value: 1, enabled: true }