Simplify tank decorations

This commit is contained in:
2025-12-07 20:11:54 +00:00
parent 6e5d2f147a
commit 79f86a3158
9 changed files with 133 additions and 124 deletions
+1 -1
View File
@@ -35,7 +35,6 @@ data Machine = Machine
, _mcDamage :: [Damage]
, _mcType :: MachineType
, _mcMounts :: M.Map ObjectType Int
, _mcWidth :: Float
}
data MachineType
@@ -46,6 +45,7 @@ data MachineType
| McTurret {_mctTurret :: Turret}
-- | McStorage
-- | McDistributer
-- | McSynthesiser
data Turret = Turret
{ _tuWeapon :: Int