mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Asset ron file fix
This commit is contained in:
parent
d523ed7216
commit
66dbfebf3b
@ -3,7 +3,7 @@ ItemDef(
|
||||
description: "Was attached to a beast.",
|
||||
kind: Tool(
|
||||
(
|
||||
kind: NpcWeapon(BeastClaws),
|
||||
kind: Unique(BeastClaws),
|
||||
stats: (
|
||||
equip_time_millis: 500,
|
||||
power: 1.00),
|
||||
|
@ -3,7 +3,7 @@ ItemDef(
|
||||
description: "Was attached to a mighty stone golem.",
|
||||
kind: Tool(
|
||||
(
|
||||
kind: NpcWeapon(StoneGolemFist),
|
||||
kind: Unique(StoneGolemFist),
|
||||
stats: (
|
||||
equip_time_millis: 500,
|
||||
power: 1.00),
|
||||
|
Loading…
Reference in New Issue
Block a user