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

13 lines
248 B
Plaintext

ItemDef(
name: "Apple Stick",
description: "Restores 20 Health",
kind: Consumable(
kind: "AppleStick",
effect: Health((
amount: 250,
cause: Item,
)),
),
quality: Common,
)