veloren/assets/common/items/debug/possess.ron
2020-03-28 14:50:05 -04:00

12 lines
250 B
Plaintext

Item(
name: "Rod of Possession",
description: "It's fixed on my branch.",
kind: Tool(
(
kind: Debug(Possess),
equip_time_millis: 0,
)
),
)
// ... as zesterer always uses to tell us.