Move nozzle walk into item params, cleanup

This commit is contained in:
2025-06-05 08:23:11 +01:00
parent b2a971d8c3
commit 83a41e0204
2 changed files with 8 additions and 17 deletions
+1 -3
View File
@@ -12,9 +12,7 @@ import Control.Lens
--import Dodge.Data.Item.Use.Consumption.Ammo
data CumulativeMuzzleEffect = CME
{ _cmeRecoil :: Float
, _cmeTorque :: Float
, _cmeSound :: Bool
{ _cmeSound :: Bool
}
deriving (Eq, Ord, Show, Read)