veloren/assets/common/items/debug/possess.ron
timokoesters 0a1e12c9ad
improvement: make debug items of type ItemKind::Tool
This way all items that can be held in a hand are tools
2019-10-24 23:55:24 +02:00

9 lines
168 B
Plaintext

Item(
name: "Possession rod",
description: "Your body seems loose while holding this",
kind: Tool(
kind: Debug(Possess),
power: 0,
),
)