Add placeholder sound for hover crit alert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user