Skip to content

Commit

Permalink
fix missing charges on heavy weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
queryluke committed Apr 5, 2021
1 parent 443a961 commit 21500ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/gear/MeGearInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<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>
<me-html :content="item.html" />
</v-col>
<v-col cols="12" md="4" class="text-sm-center">
Expand Down

0 comments on commit 21500ed

Please sign in to comment.