Work on crab crit hammers

This commit is contained in:
2026-04-08 23:03:28 +01:00
parent 707ccae971
commit 68eaf84ec2
3 changed files with 18 additions and 4 deletions
+2 -1
View File
@@ -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