Remove Reader from chaseCrit
This commit is contained in:
@@ -16,7 +16,6 @@ import Picture
|
||||
|
||||
import qualified Data.IntMap.Strict as IM
|
||||
import Control.Lens
|
||||
--import Control.Monad.Reader
|
||||
|
||||
armourChaseCrit :: Creature
|
||||
armourChaseCrit = defaultCreature
|
||||
@@ -25,7 +24,7 @@ armourChaseCrit = defaultCreature
|
||||
, Right doStrategyActions
|
||||
, Left performActions
|
||||
, Left targetYouWhenCognizant
|
||||
, Left $ setTargetMv' (\_ -> _targetCr . _crIntention)
|
||||
, Left $ setTargetMv (\_ -> _targetCr . _crIntention)
|
||||
, Left flockACC
|
||||
, Left $ perceptionUpdate' [0]
|
||||
, Left goToTarget'
|
||||
|
||||
Reference in New Issue
Block a user