Skip to content

Commit

Permalink
Merge pull request #53269 from catdach/Laev_flags
Browse files Browse the repository at this point in the history
[Magiclysm] Fix Laevateinn not inheriting quarterstaff flags
  • Loading branch information
Rivet-the-Zombie authored Dec 19, 2021
2 parents ae8f55a + 2bbbb46 commit 9da956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/melee.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"description": "Laevateinn, the staff of Loki. Said to have been plucked from the gates of Hel by Loki. Imbued with a mysterious magic, the magic of the trickster god himself.",
"price": 160000,
"material": [ "steel", "gold", "orichalcum_metal" ],
"flags": [ "MAGIC_FOCUS" ],
"extend": { "flags": [ "MAGIC_FOCUS" ] },
"techniques": [ "WBLOCK_2", "SPIN", "RAPID", "SWEEP" ],
"weight": "1860 g",
"bashing": 20,
Expand Down

0 comments on commit 9da956a

Please sign in to comment.