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

This commit is contained in:
WarrentyExpired 2026-09-21 09:51:37 -04:00
parent 2cfa8c8a9c
commit c8a376c104

View file

@ -7,7 +7,7 @@ public partial class NecromancerSpellbook : Spellbook
{
[Constructible]
public NecromancerSpellbook(ulong content = 0) : base(content, 0x2253) =>
Layer = Core.ML ? Layer.OneHanded : Layer.Invalid;
Layer = Layer.OneHanded;
public override SpellbookType SpellbookType => SpellbookType.Necromancer;
public override int BookOffset => 100;