Changed to use DefaultOutcome and added successHope as an alt outcome

This commit is contained in:
WBHarry 2026-05-14 21:13:33 +02:00
parent 482b932cd6
commit e12d5ce851
6 changed files with 41 additions and 22 deletions

View file

@ -124,6 +124,10 @@ export const areaTypes = {
};
export const outcomeTypes = {
default: {
key: 'default',
label: 'DAGGERHEART.CONFIG.OutcomeType.default'
},
successHope: {
key: 'successHope',
label: 'DAGGERHEART.CONFIG.OutcomeType.successHope'