Skip to content

Commit

Permalink
re-add heavy weapon charges
Browse files Browse the repository at this point in the history
  • Loading branch information
queryluke committed Dec 15, 2021
1 parent 7556f66 commit 32e4e97
Show file tree
Hide file tree
Showing 2 changed files with 24,763 additions and 33 deletions.
4 changes: 2 additions & 2 deletions components/gear/MeGearInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<me-gear-title v-if="title" :item="item" />
<v-row>
<v-col cols="12" :md="item.image ? 8 : 12" class="text-body-2">
<div v-if="item.type === 'Heavy Weapon'" class="font-italic font-weight-light">
Charges: {{ item.stats.rounds }}
<div v-if="item.type === 'heavy_weapon'" class="font-italic font-weight-light">
Charges: {{ item.mechanics.rounds }}
</div>
<me-html :content="item.html" />
</v-col>
Expand Down
Loading

0 comments on commit 32e4e97

Please sign in to comment.