From 5817f8c976d73eb7a916318e942b957dd6496335 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 6 Dec 2023 01:26:02 +0100 Subject: [PATCH] Fix wrong bracelets/hands inventory used during discards --- ARDiscard/GameData/InventoryUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARDiscard/GameData/InventoryUtils.cs b/ARDiscard/GameData/InventoryUtils.cs index 1196aff..a571aaa 100644 --- a/ARDiscard/GameData/InventoryUtils.cs +++ b/ARDiscard/GameData/InventoryUtils.cs @@ -31,7 +31,7 @@ internal sealed class InventoryUtils { InventoryType.ArmoryEar, InventoryType.ArmoryNeck, - InventoryType.ArmoryHands, + InventoryType.ArmoryWrist, InventoryType.ArmoryRings };