Skip to content

Commit

Permalink
Add environment to custom NPCs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakeyzer committed Feb 18, 2024
1 parent 430ef96 commit 401e3cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/npcs/BasicInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@
v-model="npc.alignment"
:options="monster_alignment"
/>

<!-- ENVIRONMENT -->
<hk-select
class="mb-4"
label="Environment"
v-model="npc.environment"
use-chips
multiple
clearable
:options="monster_environments"
/>

<!-- SPEED -->
<div class="row q-col-gutter-sm">
Expand Down

0 comments on commit 401e3cd

Please sign in to comment.