Hack machine pistol whir down when no ammo

This commit is contained in:
2025-06-26 09:31:40 +01:00
parent 193bc481d2
commit 731bd5276a
16 changed files with 431 additions and 368 deletions
+2
View File
@@ -5,6 +5,7 @@
module Dodge.Data.Item.Params where
import Sound.Data
import Control.Lens
import Data.Aeson
import Data.Aeson.TH
@@ -20,6 +21,7 @@ data ItemParams
| WarmTime
{ _wTime :: Int
, _isWarming :: Bool
, _coolSound :: Maybe SoundID
}
| ItemParamID {_itParamID :: Int}