Start keeping track of item equip status internally (partially done)
This commit is contained in:
@@ -22,7 +22,7 @@ zoomScope = defaultHeldItem
|
||||
targetingScope :: TargetingType -> Item
|
||||
targetingScope tt = defaultHeldItem
|
||||
& itType .~ TARGETING tt
|
||||
& itUse .~ UseCraft
|
||||
& itUse .~ UseNothing
|
||||
& itTargeting .~ ItTargeting
|
||||
{ _itTgPos = Nothing
|
||||
, _itTgID = Nothing
|
||||
|
||||
Reference in New Issue
Block a user