Asset ron file fix

This commit is contained in:
jiminycrick 2020-11-07 22:06:08 -08:00
parent d523ed7216
commit 66dbfebf3b
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),