Merge pull request #1456 from ExpoSeed/IE/razor-claw

Razor claw effect
This commit is contained in:
ghoulslash 2021-05-04 09:33:40 -06:00 committed by GitHub
commit 6703517f6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2901,7 +2901,7 @@ const struct Item gItems[] =
.name = _("Razor Claw"),
.itemId = ITEM_RAZOR_CLAW,
.price = 5000,
.holdEffect = HOLD_EFFECT_NONE, // Placeholder.
.holdEffect = HOLD_EFFECT_SCOPE_LENS,
.description = sRazorClawDesc,
.pocket = POCKET_ITEMS,
.type = ITEM_USE_BAG_MENU,