This commit is contained in:
2022-12-27 14:14:03 +00:00
parent 2def9800fa
commit 85738adff1
6 changed files with 169 additions and 160 deletions
+1 -2
View File
@@ -20,9 +20,8 @@ data HUDElement
data SubInventory
= NoSubInventory
| TweakInventory {_tweakInvSel :: Maybe Int}
| ExamineInventory {_examineInvSel :: Maybe Int}
| CombineInventory {_combineInvSel :: Maybe Int}
| InspectInventory
| LockedInventory
| DisplayTerminal {_termID :: Int}
deriving (Eq, Ord, Show, Read) --Generic, Flat)