Add compass item

This commit is contained in:
2026-04-14 21:07:46 +01:00
parent ce8ddc6414
commit 02e26c368c
9 changed files with 31 additions and 4 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
module Dodge.Data.ComposedItem where
import Color.Data
import Control.Lens
import Dodge.Data.AmmoType
import Dodge.Data.Item
@@ -26,7 +27,7 @@ data ItemSF -- Structural Function
| JoystickSF
| RemoteDetonatorSF
| SmokeReducerSF
| NoSF
| NoSF Color
| AmmoModifierSF AmmoType
| AmmoTargetingSF AmmoType
| AmmoPayloadSF AmmoType
+1
View File
@@ -33,6 +33,7 @@ data ItemType
| DETECTOR {_ibtDetector :: Detector}
| ARHUD
| LASER
| COMPASS
deriving (Eq, Ord, Show, Read)
data InventoryPathing