Merge branch 'james/unique-weapon-fix' into 'master'

Asset ron file fix for Unique NPC weapons after de-stringifying ToolKind

See merge request 
This commit is contained in:
Justin Shipsey 2020-11-08 06:55:50 +00:00
commit db70c8cec5
2 changed files with 2 additions and 2 deletions
assets/common/items/npc_weapons/unique

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