veloren/assets/common/items/flowers/blue.ron
2022-05-18 16:28:10 -04:00

11 lines
207 B
Rust

ItemDef(
name: "Blue Flower",
description: "Matches the color of the sky.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)