Skip to content

Commit

Permalink
fix stat selector for scale
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 5, 2024
1 parent 75eefa8 commit cf878ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@

<div class="form-column">
<div class="form-row">
<app-input-stat [(stat)]="editingData.effect.effect.durationScaleStat" [allowCore]="false"
<app-input-stat [(stat)]="editingData.effect.effect.durationScaleStat" [allowCore]="true"
label="Scale Stat"></app-input-stat>
</div>
</div>
Expand Down

0 comments on commit cf878ac

Please sign in to comment.