veloren/assets/common/items/food/sunflower_icetea.ron
Monty Marz 2b800a2b63 make clippy happy
Delete glider.ron
2020-10-07 02:23:20 +00:00

13 lines
258 B
Plaintext

ItemDef(
name: "Sunflower Ice Tea",
description: "Restores 50 Health",
kind: Consumable(
kind: "SunflowerTea",
effect: Health((
amount: 500,
cause: Item,
)),
),
quality: Moderate,
)