Fix #42
This commit is contained in:
@@ -5,8 +5,12 @@
|
||||
<img class="stat-icon" src="systems/fvtt-pegasus-rpg/images/icons/icon_vehicle_{{stat.abbrev}}.webp">
|
||||
</span>
|
||||
<span class="stat-label stat-margin" name="{{key}}">
|
||||
{{#if (eq key "ad")}}
|
||||
<h4 class="stat-text-white stat-margin">{{upper stat.abbrev}}</h4>
|
||||
{{else}}
|
||||
<h4 class="stat-text-white stat-margin"><a class="roll-stat stat-margin"
|
||||
data-stat-key="{{key}}">{{upper stat.abbrev}}</a></h4>
|
||||
{{/if}}
|
||||
</span>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.statistics.{{key}}.level"
|
||||
value="{{stat.level}}" data-dtype="Number" disabled>
|
||||
|
Reference in New Issue
Block a user