Make all items have an id an associated location
This commit is contained in:
@@ -35,8 +35,9 @@ data ItemValueType = MundaneItem | ArtefactItem
|
||||
|
||||
data ItemLocation
|
||||
= InInv {_ipCrID :: Int, _ipInvID :: Int}
|
||||
| OnTurret {_ipTuID :: Int}
|
||||
| OnFloor {_ipFlID :: Int}
|
||||
| VoidItm
|
||||
| InVoid
|
||||
deriving (Eq, Show, Read)
|
||||
|
||||
makeLenses ''ItemDimension
|
||||
|
||||
Reference in New Issue
Block a user