Tweak melee movement

This commit is contained in:
2026-05-03 08:17:42 +01:00
parent aef3671063
commit 6b3d75cbb2
9 changed files with 326 additions and 328 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ tocrs :: (IM.IntMap Creature
tocrs = uvWorld . cWorld . lWorld . creatures
testStringInit :: Universe -> [String]
testStringInit u = u ^.. tocrs . each . crActionPlan . apStrategy . to show
testStringInit _ = mempty -- u ^.. tocrs . each . crActionPlan . apStrategy . to show
-- u ^.. tocrs . ix 1 . crPos . _xy . to show
-- <> u ^.. tocrs . ix 1 . crType . slimeCompression . to show
-- <> u ^.. tocrs . ix 1 . crType . slimeCompression . to norm . to show