Work on crab crit hammers
This commit is contained in:
@@ -153,7 +153,8 @@ crabCritMv w cr = case _apStrategy (_crActionPlan cr) of
|
||||
&& dist tpos cpos < crRad (cr ^. crType) + crRad (tcr ^. crType) + 5
|
||||
&& abs (_crDir cr - argV (tpos -.- cpos)) < pi / 4
|
||||
return tid
|
||||
dc = fst $ randomR (15,25) (w ^. randGen)
|
||||
--dc = fst $ randomR (15,25) (w ^. randGen)
|
||||
dc = fst $ randomR (15,50) (w ^. randGen)
|
||||
notpath = \case
|
||||
Just NoAction -> False
|
||||
Just PathTo {} -> False
|
||||
|
||||
Reference in New Issue
Block a user