Tweak chaseCrit melee striking

This commit is contained in:
2023-05-01 10:21:03 +01:00
parent ba12a73842
commit 06608c60bf
3 changed files with 11 additions and 2 deletions
+2
View File
@@ -181,6 +181,7 @@ data Strategy
| ShootAt Int
| FollowImpulses
| WatchAndWait
| Investigate
| WarningCry
| LookAround
| CloseToMelee {_meleeTarget :: Int}
@@ -218,3 +219,4 @@ concat <$> mapM (deriveJSON defaultOptions)
makeLenses ''ActionPlan
makeLenses ''Impulse
makeLenses ''Action
makeLenses ''Strategy