Cleanup
This commit is contained in:
@@ -133,7 +133,7 @@ defaultState = CrSt
|
||||
defaultEquipment :: Item
|
||||
defaultEquipment = Equipment
|
||||
{ _itCurseStatus = Uncursed
|
||||
, _itCombineType = NOTDEFINED
|
||||
, _itType = NOTDEFINED
|
||||
, _itName = "genericEquipment"
|
||||
-- ,_itIdentity = Generic
|
||||
, _itFloorPict = \_ -> noShape $ setLayer 0 $ onLayer FlItLayer $ polygon $ map toV2 [(-3,-3),(-3,3),(3,3),(3,-3)]
|
||||
@@ -164,7 +164,7 @@ defaultConsumable = Item
|
||||
, _itEffect = NoItEffect
|
||||
, _itScroll = \_ _ -> id
|
||||
, _itAttachment = NoItAttachment
|
||||
, _itCombineType = NoCombineType
|
||||
, _itType = NoCombineType
|
||||
, _itTargeting = Nothing
|
||||
, _itParams = NoParams
|
||||
, _itDimension = defaultItemDimension
|
||||
|
||||
Reference in New Issue
Block a user