Delete some reified action/impulse stuff
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user