From bc31952e6f895f745a235a8f79612be083bb1cb3 Mon Sep 17 00:00:00 2001 From: vzsecure Date: Tue, 23 Dec 2025 12:11:31 +0200 Subject: [PATCH] Add Orbs to Staffmod eval --- pkg/memory/item.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/memory/item.go b/pkg/memory/item.go index 1da7d08..83246ad 100644 --- a/pkg/memory/item.go +++ b/pkg/memory/item.go @@ -640,6 +640,7 @@ func staffModLevelRequirement(itm *data.Item, baseDesc item.Description) int { item.TypeScepter: true, item.TypeWand: true, item.TypeStaff: true, + item.TypeOrb: true, item.TypeHandtoHand: true, item.TypeHandtoHand2: true, item.TypePelt: true,