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:
Justin Shipsey 2020-11-08 06:55:50 +00:00
commit 86aa7f7ba2
2 changed files with 2 additions and 2 deletions

View File

@ -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),

View File

@ -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),