Petits fixes et petits conforts #543

Merged
uberwald merged 4 commits from VincentVk/foundryvtt-reve-de-dragon:v1.5 into v1.5 2022-07-22 10:45:44 +02:00
Showing only changes of commit 34cc671f12 - Show all commits

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') {