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

13 lines
274 B
Plaintext

ItemDef(
name: "Admin's Cape",
description: "With great power comes\ngreat responsibility.",
kind: Armor(
(
kind: Back("Admin"),
stats: (
protection: Invincible),
)
),
quality: Debug,
)