Mod weapons in hands/in raid; Move add offer setting

This commit is contained in:
Tyfon
2024-08-21 15:39:27 -07:00
parent 0d7ee4de68
commit 7bdd98ecd1
5 changed files with 389 additions and 122 deletions

View File

@@ -263,11 +263,6 @@ public static class TacticalBindsPatches
Quickbind.SetType(index, Quickbind.ItemType.Other);
}
private static Item GetRootItemNotEquipment(this Item item)
{
return item.GetAllParentItemsAndSelf(true).LastOrDefault(i => i is not EquipmentClass) ?? item;
}
}
public static class Quickbind