This commit is contained in:
2026-04-01 11:45:25 +01:00
parent 09fc2bb48e
commit 579d5296b1
5 changed files with 62 additions and 62 deletions
+1 -7
View File
@@ -1,9 +1,6 @@
{-# LANGUAGE LambdaCase #-}
module Dodge.Item.MagAmmoType (
magAmmoType,
magMax,
) where
module Dodge.Item.MagAmmoType (magAmmoType) where
import Control.Lens
import Dodge.Data.AmmoType
@@ -25,6 +22,3 @@ mAT = \case
SHELLMAG -> LauncherAmmo
BATTERY -> ElectricalAmmo
CHEMFUELPOUCH -> GasAmmo
magMax :: Item -> Maybe Int
magMax _ = Just 100