Removed creature from property selector, creatures aren't properties

This commit is contained in:
Stefan Zermatten
2019-07-30 09:59:10 +02:00
parent ea628ed379
commit fb5b2b8ada

View File

@@ -21,7 +21,6 @@
export default {
data(){return {
properties: [
{name: 'Creature', icon: 'accessibility', type: 'creature'},
{name: 'Action', icon: 'offline-bolt', type: 'action'},
{name: 'Attribute', icon: 'star-rate', type: 'attribute'},
{name: 'Buff', icon: 'star', type: 'buff'},