Skip to content

Commit

Permalink
closes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 15, 2024
1 parent bfdff8f commit 4497730
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/tabs/npcs/npcs-editor/npcs-editor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@
</div>
</div>
</div>

<div class="form-row">
<app-input-floating-label>Force AI</app-input-floating-label>
<input [(ngModel)]="editingData.forceAI" type="text"
placeholder="Don't set this unless you know what you're doing" class="form-input" />
</div>
</div>

<div class="form-column">
Expand Down

0 comments on commit 4497730

Please sign in to comment.