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

13 lines
273 B
Plaintext

ItemDef(
name: "Purple Admin Cape",
description: "Where did I put my banhammer again?",
kind: Armor(
(
kind: Back("DungPurp0"),
stats: (
protection: Invincible),
)
),
quality: Debug,
)