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

13 lines
280 B
Plaintext

ItemDef(
name: "Mushroom",
description: "Restores 5 Health\n\nHopefully this one is not poisonous",
kind: Consumable(
kind: "Mushroom",
effect: Health((
amount: 50,
cause: Item,
)),
),
quality: Common,
)