Move targeting to dedicated datatype within item
This commit is contained in:
@@ -97,7 +97,6 @@ defaultGun = Item
|
||||
, _itInvDisplay = basicItemDisplay
|
||||
, _itInvColor = white
|
||||
, _itInvSize = 1
|
||||
, _itTargeting = Nothing
|
||||
, _itParams = NoParams
|
||||
, _itTweaks = NoTweaks
|
||||
, _itModules = M.fromList [(ModBullet , DefaultModule)
|
||||
@@ -121,7 +120,6 @@ defaultCraftable = Item
|
||||
, _itInvDisplay = basicItemDisplay
|
||||
, _itInvColor = green
|
||||
, _itInvSize = 1
|
||||
, _itTargeting = Nothing
|
||||
, _itParams = NoParams
|
||||
, _itDimension = defItDimCol green
|
||||
, _itTweaks = NoTweaks
|
||||
|
||||
Reference in New Issue
Block a user