Fix arme à distance + modificateur de vigueur

This commit is contained in:
2023-08-16 10:51:19 +02:00
parent 4344a5fbd3
commit bb38705d52
4 changed files with 6 additions and 7 deletions

View File

@@ -159,7 +159,7 @@
</select>
</div>
{{#if armeDefense}}
{{#if (or armeDefense arme.system.isDistance)}}
{{#if arme.system.isDistance}}
<div class="flexrow">
@@ -168,7 +168,7 @@
{{#select distanceTir}}
<option value="porteecourte">Courte ({{protectionDefenseur}}+5)</option>
<option value="porteemoyenne">Moyenne ({{protectionDefenseur}}+9)</option>
<option value="porteelongue">Moyenne ({{protectionDefenseur}}+14)</option>
<option value="porteelongue">Longue ({{protectionDefenseur}}+14)</option>
{{/select}}
</select>
</div>