Skip to content

Commit

Permalink
fix: Fixed cut and paste that broke psi modifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
xdy committed Aug 5, 2020
1 parent 632f03f commit 0454664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/templates/actors/actor-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<span class="special-name">PSI</span>
<span class="special-ability"><input type="text" min="0" name="data.characteristics.psi.value" data-label="data.characteristics.psi.value" value="{{data.characteristics.psi.value}}" data-dtype="Number"/></span>
<span class="special-damage"><input type="text" max="{{data.characteristics.psi.value}}" min="0" name="data.characteristics.psi.damage" value="{{data.characteristics.psi.damage}}" data-dtype="Number"/></span>
<span class="special-modifier"><input type="text" value="{{numberFormat data.characteristics.edu.mod decimals=0 sign=true}}"/></span>
<span class="special-modifier"><input type="text" value="{{numberFormat data.characteristics.psi.mod decimals=0 sign=true}}"/></span>
</div>
</div>
</div>
Expand Down

0 comments on commit 0454664

Please sign in to comment.