Add battery shape/picture

This commit is contained in:
2024-10-04 00:25:44 +01:00
parent 127d85e7ce
commit ac550bc6a4
14 changed files with 241 additions and 271 deletions
+1 -3
View File
@@ -64,9 +64,7 @@ data ItemUse
, _tgID :: Maybe Int
, _tgActive :: Bool
}
| UseBulletMod
{ _ubMod :: BulletMod
}
| UseBulletMod { _ubMod :: BulletMod }
deriving (Eq, Show, Read)
data TriggerType = AutoTrigger | HammerTrigger