#W# Tweak: Necro books can now be equiped.

This commit is contained in:
WarrentyExpired 2026-09-01 11:44:04 -04:00
parent 7a4daa801e
commit d0437f874a

View file

@ -7,7 +7,8 @@ public partial class NecromancerSpellbook : Spellbook
{ {
[Constructible] [Constructible]
public NecromancerSpellbook(ulong content = 0) : base(content, 0x2253) => 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 SpellbookType SpellbookType => SpellbookType.Necromancer;
public override int BookOffset => 100; public override int BookOffset => 100;