Add whirdown for machine pistol

This commit is contained in:
2025-06-26 02:09:22 +01:00
parent 7830b0e2c1
commit 193bc481d2
7 changed files with 277 additions and 240 deletions
+5 -1
View File
@@ -14,7 +14,11 @@ data ItemUseDelay -- should just be Delay
}
| WarmUpNoDelay
{ _warmMax :: Int
-- , _warmSound :: SoundID
}
| WarmUpCoolDown
{ _warmStart :: Int
, _coolStart :: Int
, _coolEnd :: Int
}
deriving (Eq, Ord, Show, Read) --Generic, Flat)