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
a1c342edf0
commit
309e1df1e2
assets/common/items/debug
@ -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…
x
Reference in New Issue
Block a user