Fix in creature+actor sheet
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<div class="resource-values">
|
||||
{{formInput systemFields.hp.fields.value value=system.hp.value classes="hp-value"}}
|
||||
<span class="separator">/</span>
|
||||
{{formInput systemFields.hp.fields.max value=system.hp.max disabled=isPlayMode classes="hp-max"}}
|
||||
{{formInput systemFields.hp.fields.max value=system.hp.max disabled classes="hp-max"}}
|
||||
</div>
|
||||
<div class="resource-temp">
|
||||
<label>{{localize "AWEMMY.Character.HPTemp"}}</label>
|
||||
|
||||
Reference in New Issue
Block a user