Make all items have an id an associated location

This commit is contained in:
2022-08-01 23:50:26 +01:00
parent 237cd3e020
commit 82aedc3830
11 changed files with 123 additions and 84 deletions
+2 -2
View File
@@ -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