Zero value stats now appear in character sheet

This commit is contained in:
Thaum Rystra
2020-04-29 11:10:23 +02:00
parent 4fd62d17bd
commit d63565633e
2 changed files with 7 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
<template lang="html">
<health-bar-card
:attributes="attributes"
@change="healthBarChanged"
@click="healthBarClicked"
/>
:attributes="attributes"
@change="healthBarChanged"
@click="healthBarClicked"
/>
</template>
<script>
@@ -23,7 +23,6 @@
'ancestors.id': this.creatureId,
type: 'attribute',
attributeType: 'healthBar',
value: {$ne: 0},
}, {
sort: {order: 1},
});