Monnaies et armes à distance #563

Merged
uberwald merged 6 commits from VincentVk/foundryvtt-reve-de-dragon:v10 into v10 2022-10-07 23:35:41 +02:00
Showing only changes of commit 0dcce5456b - Show all commits

View File

@ -727,7 +727,7 @@ export class RdDCombat {
if (dist <= arme.system.portee_courte) return {msg:"courte", diff:0};
if (dist <= arme.system.portee_moyenne) return {msg: "moyenne" , diff: -3};
if (dist <= arme.system.portee_extreme) return {msg: "extrême", diff:-5};
return {msg: "inatteignable", diff: '&hyphen;'};
return {msg: "inatteignable", diff: -10};
}
_ajustementTaille(actor) {