Unify background machine sounds

This commit is contained in:
2025-12-26 12:49:49 +00:00
parent 337e786f33
commit 29394e86a3
3 changed files with 102 additions and 59 deletions
+2
View File
@@ -47,6 +47,7 @@ data MachineType
| McTurret {_mctTurret :: Turret}
| McStorage {_mcsType :: AmmoType, _mcsAmount :: Int}
| McDistributer {_mcdStorageMachine :: Maybe Int}
| McInterrupter
-- | McSynthesiser
instance ShortShow MachineType where
@@ -58,6 +59,7 @@ instance ShortShow MachineType where
McTurret {} -> "McTur"
McStorage {} -> "McStor"
McDistributer {} -> "McDist"
McInterrupter {} -> "McInterrupter"
data Turret = Turret
{ _tuWeapon :: Int