Reinstate HammerTrigger (no weapons use it currently)

This commit is contained in:
2025-07-29 10:47:09 +01:00
parent 3ced7e4034
commit fa377171a4
25 changed files with 68 additions and 70 deletions
+1 -1
View File
@@ -33,6 +33,7 @@ data ItemType
| INTROSCAN {_ibtIntroScanType :: IntroScanType}
| DETECTOR {_ibtDetector :: Detector}
| ARHUD
| LASER
deriving (Eq, Ord, Show, Read)
data InventoryPathing
@@ -166,7 +167,6 @@ data HeldItemType
| BLOWTORCH
| SPARKGUN
| TESLAGUN
| LASER
| TRACTORGUN
| RLAUNCHER
| RLAUNCHERX {_xNum :: Int}
+1
View File
@@ -6,6 +6,7 @@ import Control.Lens
data TriggerType
= AutoTrigger Int
| SemiAutoTrigger Int
| HammerTrigger Int
| NoTrigger
| BurstTrigger {_burstFrames :: [Int], _burstRate :: Int}