Cleanup
This commit is contained in:
@@ -103,16 +103,15 @@ defaultGun = Item
|
||||
, _itModules = M.fromList [(ModBullet , DefaultModule)
|
||||
,(ModBulletTarget,DefaultModule)
|
||||
]
|
||||
, _itScope = NoScope
|
||||
}
|
||||
defaultCraftable :: Item
|
||||
defaultCraftable = Item
|
||||
{ _itName = "default"
|
||||
, _itType = NoCombineType
|
||||
, _itCurseStatus = Uncursed
|
||||
-- , _itIdentity = Generic
|
||||
, _itConsumption = NoConsumption
|
||||
, _itUse = NoUse
|
||||
-- , _itZoom = ItZoom 20 0.2 1
|
||||
, _itEquipPict = pictureWeaponOnAim
|
||||
, _itScroll = \_ _ -> id
|
||||
, _itAttachment = NoItAttachment
|
||||
@@ -126,6 +125,7 @@ defaultCraftable = Item
|
||||
, _itDimension = defItDimCol green
|
||||
, _itTweaks = NoTweaks
|
||||
, _itModules = M.empty
|
||||
, _itScope = NoScope
|
||||
}
|
||||
defItDim :: ItemDimension
|
||||
defItDim = ItemDimension
|
||||
|
||||
Reference in New Issue
Block a user