uhh, dont wanna talk about it (v0.1.6)

Some other weapons dont have sockets
This commit is contained in:
kvan7
2024-12-29 22:19:54 -06:00
parent c4b84c200d
commit e7f68ffea5
5 changed files with 5 additions and 9 deletions

View File

@@ -1440,7 +1440,6 @@ function getMaxSockets(category: ItemCategory | undefined) {
case ItemCategory.Crossbow:
case ItemCategory.Bow:
case ItemCategory.Warstaff:
case ItemCategory.Staff:
return 2;
case ItemCategory.Helmet:
case ItemCategory.Shield:
@@ -1449,11 +1448,8 @@ function getMaxSockets(category: ItemCategory | undefined) {
case ItemCategory.OneHandedAxe:
case ItemCategory.OneHandedMace:
case ItemCategory.OneHandedSword:
case ItemCategory.Quiver:
case ItemCategory.Claw:
case ItemCategory.Dagger:
case ItemCategory.Wand:
case ItemCategory.Sceptre:
case ItemCategory.Focus:
return 1;
default: