Move towards allowing equipable targeting items
This commit is contained in:
@@ -17,7 +17,6 @@ module Dodge.Item.Equipment (
|
||||
flameShield,
|
||||
) where
|
||||
|
||||
import Dodge.Item.Targeting
|
||||
import Geometry.Data
|
||||
import Dodge.Data.CamouflageStatus
|
||||
import Dodge.Data.Item
|
||||
@@ -93,7 +92,7 @@ targetingHat tt =
|
||||
defaultEquipment
|
||||
& itUse . equipEffect . eeSite .~ GoesOnHead
|
||||
& itType . iyBase .~ EQUIP (TARGETINGHAT tt)
|
||||
& itUse . equipTargeting .~ (defaultTargeting & tgType .~ tt)
|
||||
& itUse . useTargeting .~ (Just tt)
|
||||
|
||||
headLamp :: Item
|
||||
headLamp =
|
||||
|
||||
Reference in New Issue
Block a user