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
+6 -1
View File
@@ -46,6 +46,11 @@ chaseCrit = defaultCreature
, _crInv = IM.fromList [(0,medkit 200)]
, _crMeleeCooldown = 0
, _crFaction = ColorFaction green
, _crVocalization = Vocalization seagullChatterS 50 0
, _crVocalization = Vocalization seagullChatterS
[seagullBarkS
,seagullChatterS,seagullWhistleS
,seagullWhistle1S
,seagullCryS
] 50 0
, _crMvType = defaultChaseMvType
}