Fix init Autre action

This commit is contained in:
Vincent Vandemeulebrouck 2022-07-22 00:36:16 +02:00
parent 16ce6a58dd
commit 34cc671f12
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ export class RdDCombatManager extends Combat {
initOffset = 10;
caracForInit = combatant.actor.getReveActuel();
initInfo = "Possession"
} else if (action.name == 'autre') {
} else if (action.action == 'autre') {
initOffset = 2;
initInfo = "Autre Action"
} else if (action.action == 'haut-reve') {