Add placeholder sound for hover crit alert

This commit is contained in:
2026-04-03 00:37:54 +01:00
parent 8037c69d16
commit b4d7c43307
5 changed files with 465 additions and 458 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ crVocalizationSound :: Creature -> Maybe SoundID
crVocalizationSound cr = case cr ^. crType of
Avatar{} -> Nothing
ChaseCrit{} -> Just seagullChatterS
HoverCrit{} -> Nothing
HoverCrit{} -> Just beep3QuickS
SwarmCrit -> Nothing
AutoCrit -> Nothing
BarrelCrit{} -> Nothing