Allow for stacking of items and combining sensibly
This commit is contained in:
@@ -154,7 +154,7 @@ defaultConsumable = Item
|
||||
, _itInvSize = 1
|
||||
, _itCurseStatus = Uncursed
|
||||
, _itName = "genericConsumable"
|
||||
, _itConsumption = ItemItselfConsumable {_itMaxStack' = 9, _itAmount' = 1}
|
||||
, _itConsumption = ItemItselfConsumable {_itAmount' = 1}
|
||||
, _itFloorPict = \_ -> noShape $ onLayer FlItLayer $ color blue $ circleSolid 3
|
||||
, _itEquipPict = \_ _ -> mempty
|
||||
, _itID = Nothing
|
||||
|
||||
Reference in New Issue
Block a user