Make all items have an id an associated location
This commit is contained in:
@@ -18,11 +18,11 @@ defaultItem =
|
||||
{ _itCurseStatus = Uncursed
|
||||
, _itType = defaultItemType
|
||||
, _itEffect = defaultItEffect
|
||||
, _itID = Nothing
|
||||
, _itID = 0
|
||||
, _itIsHeld = False
|
||||
, _itInvColor = yellow
|
||||
, _itInvSize = 1
|
||||
, _itLocation = VoidItm
|
||||
, _itLocation = InVoid
|
||||
, _itDimension = ItemDimension 2 0 (V3 10 (-5) 3)
|
||||
, _itUse = CraftUse (ItAmount 1)
|
||||
, _itParams = NoParams
|
||||
|
||||
Reference in New Issue
Block a user