Move targeting to dedicated datatype within item

This commit is contained in:
2022-02-22 21:49:10 +00:00
parent 055fcf4cce
commit 8a7d06783d
9 changed files with 48 additions and 29 deletions
-2
View File
@@ -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