Removed creature from property selector, creatures aren't properties
This commit is contained in:
@@ -21,7 +21,6 @@
|
|||||||
export default {
|
export default {
|
||||||
data(){return {
|
data(){return {
|
||||||
properties: [
|
properties: [
|
||||||
{name: 'Creature', icon: 'accessibility', type: 'creature'},
|
|
||||||
{name: 'Action', icon: 'offline-bolt', type: 'action'},
|
{name: 'Action', icon: 'offline-bolt', type: 'action'},
|
||||||
{name: 'Attribute', icon: 'star-rate', type: 'attribute'},
|
{name: 'Attribute', icon: 'star-rate', type: 'attribute'},
|
||||||
{name: 'Buff', icon: 'star', type: 'buff'},
|
{name: 'Buff', icon: 'star', type: 'buff'},
|
||||||
|
|||||||
Reference in New Issue
Block a user