From ef70c85b795d724fa68233c71be2b40948ac6a83 Mon Sep 17 00:00:00 2001 From: justin Date: Sat, 16 May 2026 12:37:31 +0100 Subject: [PATCH] Correction to last commit: remove _ilIsAttached --- src/Dodge/Data/Item/Location.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dodge/Data/Item/Location.hs b/src/Dodge/Data/Item/Location.hs index 10a7606fb..6cbbcae29 100644 --- a/src/Dodge/Data/Item/Location.hs +++ b/src/Dodge/Data/Item/Location.hs @@ -31,7 +31,7 @@ data ItemLocation , _ilInvID :: NewInt InvInt , _ilIsRoot :: Bool -- of any item , _ilIsSelected :: Bool --- , _ilIsAttached :: Bool -- to selected item. question: downwards and upwards? +--- , _ilIsAttached :: Bool -- to selected item. question: downwards and upwards? , _ilEquipSite :: Maybe EquipSite } | OnTurret {_ilTuID :: Int}