#W# Tweak: Necro books can now be equiped.
This commit is contained in:
parent
7a4daa801e
commit
d0437f874a
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ public partial class NecromancerSpellbook : Spellbook
|
|||
{
|
||||
[Constructible]
|
||||
public NecromancerSpellbook(ulong content = 0) : base(content, 0x2253) =>
|
||||
Layer = Core.ML ? Layer.OneHanded : Layer.Invalid;
|
||||
//Layer = Core.ML ? Layer.OneHanded : Layer.Invalid;
|
||||
Layer = Layer.OneHanded;
|
||||
|
||||
public override SpellbookType SpellbookType => SpellbookType.Necromancer;
|
||||
public override int BookOffset => 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue