mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
Item(
|
|
name: "Rod of Possession",
|
|
description: "It's fixed on my branch.",
|
|
kind: Tool(
|
|
ToolData (
|
|
kind: Debug(Possess),
|
|
equip_time_millis: 0,
|
|
)
|
|
),
|
|
)
|
|
// ... as zesterer always uses to tell us.
|