Work on connecting pathfinding grid
This commit is contained in:
@@ -181,7 +181,7 @@ searchIfDamaged cr
|
||||
| _crPastDamage cr > 0 = case _apStrategy (_crActionPlan cr) of
|
||||
WatchAndWait -> cr & crPerception . cpVigilance .~ Vigilant
|
||||
& crActionPlan . apStrategy .~ StrategyActions LookAround
|
||||
[(TurnToPoint (_crPos cr -.- unitVectorAtAngle (_crDir cr)))
|
||||
[TurnToPoint (_crPos cr -.- unitVectorAtAngle (_crDir cr))
|
||||
`DoActionThen` 40 `WaitThen` bfsThenReturn 500
|
||||
]
|
||||
_ -> cr
|
||||
|
||||
Reference in New Issue
Block a user