Delete some reified action/impulse stuff

This commit is contained in:
2025-10-15 20:37:22 +01:00
parent 4d12d6cf2b
commit fe95bf381b
5 changed files with 5 additions and 58 deletions
+1 -15
View File
@@ -43,20 +43,9 @@ data Impulse
| MakeSound SoundID
| ChangeStrategy Strategy
| AddGoal Goal
| ArbitraryImpulseFunction WdCrCr
| ArbitraryImpulse CrWdImp
| ArbitraryImpulseEffect CrWdWd
-- | ImpulseUseTargetCID
-- { _impulseUseTargetCID :: IntImp
-- }
| ImpulseUseTarget
{ _impulseUseTarget :: CrImp
}
| ImpulseUseAheadPos
{ _impulseUseAheadPos :: P2Imp
}
| ImpulseUseTarget { _impulseUseTarget :: CrImp }
| ImpulseNothing
--deriving (Eq, Ord, Show, Read) --Generic, Flat)
deriving (Eq, Ord, Show) --Generic, Flat)
data RandImpulse
@@ -152,9 +141,6 @@ data Action
| UseSelf
{ _useSelf :: CrAc
}
| UseAheadPos
{ _useAheadPos :: P2Ac
}
| UseMvTargetPos
{ _useMvTargetPos :: MP2Ac
}