Fix robot weapon, and rework encumbrance
All checks were successful
Release Creation / build (release) Successful in 53s
All checks were successful
Release Creation / build (release) Successful in 53s
This commit is contained in:
@@ -26,8 +26,9 @@
|
||||
src="{{item.img}}"
|
||||
data-tooltip="{{item.name}}"
|
||||
/>
|
||||
<i class="fa-regular fa-dice"></i>
|
||||
<div
|
||||
class="name"
|
||||
class="name rollable"
|
||||
data-roll-type="weapon"
|
||||
data-tooltip="{{{item.system.description}}}"
|
||||
>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
{{/if}}
|
||||
|
||||
{{#if isEncumbered}}
|
||||
<div class="dialog-skill red-warning">Encumbered : -1D</div>
|
||||
<div class="dialog-skill red-warning">Encumbered : -1D for Physical Attacks</div>
|
||||
{{/if}}
|
||||
|
||||
</fieldSet>
|
||||
|
||||
Reference in New Issue
Block a user