This commit is contained in:
2025-10-15 20:40:16 +01:00
parent fe95bf381b
commit b8006b44cf
5 changed files with 2 additions and 38 deletions
-4
View File
@@ -43,7 +43,6 @@ data Impulse
| MakeSound SoundID
| ChangeStrategy Strategy
| AddGoal Goal
| ArbitraryImpulseEffect CrWdWd
| ImpulseUseTarget { _impulseUseTarget :: CrImp }
| ImpulseNothing
deriving (Eq, Ord, Show) --Generic, Flat)
@@ -141,9 +140,6 @@ data Action
| UseSelf
{ _useSelf :: CrAc
}
| UseMvTargetPos
{ _useMvTargetPos :: MP2Ac
}
| ArbitraryAction
{_arbitraryAction :: CrWdAc}
| -- | Repeatedly perform impulses alongside a main action until the main action terminates