Inatteignable à -10
au lieu de hyphen non affiché
This commit is contained in:
parent
35f1f2437c
commit
0dcce5456b
@ -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: '‐'};
|
||||
return {msg: "inatteignable", diff: -10};
|
||||
}
|
||||
|
||||
_ajustementTaille(actor) {
|
||||
|
Loading…
Reference in New Issue
Block a user