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

13 lines
278 B
Plaintext

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