Add new chase crit sounds

This commit is contained in:
2022-05-19 13:37:59 +01:00
parent 6ba41d3c0b
commit f8af186691
7 changed files with 127 additions and 114 deletions
+1
View File
@@ -299,6 +299,7 @@ data Vocalization
= Mute
| Vocalization
{_vcSound :: SoundID
,_vcWarnings :: [SoundID]
,_vcMaxCoolDown :: Int
,_vcCoolDown :: Int
}