Add slime crit, start work on slink crit
This commit is contained in:
@@ -26,6 +26,8 @@ crWarningSounds cr = case cr ^. crType of
|
||||
, seagullCry1S
|
||||
, seagullCry2S
|
||||
]
|
||||
SlinkCrit{} -> mempty
|
||||
SlimeCrit{} -> mempty
|
||||
CrabCrit {} -> mempty
|
||||
HoverCrit {} -> mempty
|
||||
SwarmCrit -> mempty
|
||||
@@ -39,6 +41,8 @@ crDeathSounds cr dt = case cr ^. crType of
|
||||
ChaseCrit{} -> defaultDeathSounds dt
|
||||
CrabCrit{} -> defaultDeathSounds dt
|
||||
HoverCrit{} -> hoverDeathSounds dt
|
||||
SlinkCrit{} -> defaultDeathSounds dt
|
||||
SlimeCrit{} -> defaultDeathSounds dt
|
||||
SwarmCrit -> mempty
|
||||
AutoCrit -> mempty
|
||||
BarrelCrit{} -> mempty
|
||||
|
||||
Reference in New Issue
Block a user