Cleanup creatures somewhat, fix LOS to LOSIndirect
This commit is contained in:
@@ -9,7 +9,7 @@ import Dodge.Creature.Volition
|
||||
import Data.List
|
||||
|
||||
goToPostStrat :: Creature -> Strategy
|
||||
goToPostStrat cr = case find sentinelGoal $ _crGoal $ _crActionPlan cr of
|
||||
goToPostStrat cr = case find sentinelGoal $ _apGoal $ _crActionPlan cr of
|
||||
Just (SentinelAt p _) -> StrategyActions (GetTo p)
|
||||
[DoActionThen (WaitThen 150 holsterIfAiming)
|
||||
$ DoActionThen (PathTo p)
|
||||
|
||||
Reference in New Issue
Block a user