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}