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
@@ -154,7 +154,6 @@ defaultEquipment = Item
, _itAttachment = NoItAttachment
, _itParams = NoParams
, _itTweaks = NoTweaks
, _itTargeting = Nothing
, _itModules = M.empty
, _itScope = NoScope
, _itTargeting' = NoTargeting
@@ -177,7 +176,6 @@ defaultConsumable = Item
, _itScroll = \_ _ -> id
, _itAttachment = NoItAttachment
, _itType = NoCombineType
, _itTargeting = Nothing
, _itParams = NoParams
, _itDimension = defItDimCol blue
, _itTweaks = NoTweaks