mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix debug item rons
This commit is contained in:
parent
e3a5051b52
commit
6bd20c64f8
@ -2,7 +2,7 @@ Item(
|
||||
name: "Weightless Rod",
|
||||
description: "The sky is the limit.",
|
||||
kind: Tool(
|
||||
ToolData (
|
||||
(
|
||||
kind: Debug(Boost),
|
||||
equip_time_millis: 0,
|
||||
)
|
||||
|
@ -2,7 +2,7 @@ Item(
|
||||
name: "Rod of Possession",
|
||||
description: "It's fixed on my branch.",
|
||||
kind: Tool(
|
||||
ToolData (
|
||||
(
|
||||
kind: Debug(Possess),
|
||||
equip_time_millis: 0,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user