Add Orbs to Staffmod eval

This commit is contained in:
vzsecure
2025-12-23 12:11:31 +02:00
parent 9a19c92508
commit bc31952e6f

View File

@@ -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,