From fb5b2b8ada22fcdac0bd39425b3b707fba4237e1 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Tue, 30 Jul 2019 09:59:10 +0200 Subject: [PATCH] Removed creature from property selector, creatures aren't properties --- app/imports/ui/creature/properties/PropertySelector.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/app/imports/ui/creature/properties/PropertySelector.vue b/app/imports/ui/creature/properties/PropertySelector.vue index 91c317ef..d18384c0 100644 --- a/app/imports/ui/creature/properties/PropertySelector.vue +++ b/app/imports/ui/creature/properties/PropertySelector.vue @@ -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'},