diff --git a/public/assets/images/Cactus.svg b/public/assets/images/Cactus.svg new file mode 100644 index 0000000..3f7afb3 --- /dev/null +++ b/public/assets/images/Cactus.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/assets/images/Fern.svg b/public/assets/images/Fern.svg new file mode 100644 index 0000000..6797e3f --- /dev/null +++ b/public/assets/images/Fern.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/src/components/Explorer.vue b/src/components/Explorer.vue index b1db780..042bf1b 100644 --- a/src/components/Explorer.vue +++ b/src/components/Explorer.vue @@ -3365,6 +3365,8 @@ export default { 'Vine': ['vine', 'vines', 'climbing', 'trellis'], 'Graminoid': ['grass', 'grasses', 'graminoid'], 'Herb': ['herb', 'herbs'], + 'Cactus': ['cactus', 'cacti'], + 'Fern': ['fern', 'ferns'] }, 'Flower Color Flags': { 'Yellow': ['yellow', 'yellow flowers'],