mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'james/unique-weapon-fix' into 'master'
Asset ron file fix for Unique NPC weapons after de-stringifying ToolKind See merge request veloren/veloren!1494
This commit is contained in:
commit
86aa7f7ba2
@ -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