Refactor sound

This commit is contained in:
2021-09-12 17:52:34 +01:00
parent ea333a363b
commit 51a85bd1ec
97 changed files with 409 additions and 177 deletions
+2 -2
View File
@@ -378,7 +378,7 @@ data Item
}
| NoItem
data ReloadType = ActiveReload | PassiveReload Int
data ReloadType = ActiveReload | PassiveReload SoundID
data ItEffect = NoItEffect
| ItInvEffect
@@ -581,7 +581,7 @@ data Impulse
-- | UseIntrinsicAbility
| Melee Int
| ChangePosture Posture
| MakeSound Int
| MakeSound SoundID
| ChangeStrategy Strategy
| AddGoal Goal
| ArbitraryImpulseFunction (World -> Creature -> Creature)