Gut sounds when gibbing
This commit is contained in:
@@ -56,7 +56,14 @@ defaultDeathSounds = \case
|
||||
CookDeath -> mempty
|
||||
PoisonDeath -> mempty
|
||||
PlainDeath -> mempty
|
||||
GibsDeath -> mempty
|
||||
GibsDeath ->
|
||||
[gut1S
|
||||
,gut2S
|
||||
,gut3S
|
||||
,gut4S
|
||||
,gut5S
|
||||
,gut6S
|
||||
]
|
||||
|
||||
vocalizationTest :: Creature -> Maybe SoundID
|
||||
vocalizationTest cr = case cr ^? crVocalization . vcCoolDown of
|
||||
|
||||
Reference in New Issue
Block a user