Improve bee crit update
This commit is contained in:
@@ -48,7 +48,8 @@ isBee cr = case cr ^. crType of
|
||||
_ -> False
|
||||
|
||||
testStringInit :: Universe -> [String]
|
||||
testStringInit u = u ^.. tocrs . each . filtered isBee . crActionPlan . apStrategy . to show
|
||||
testStringInit _ = mempty
|
||||
--u = u ^.. tocrs . each . filtered isBee . 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
|
||||
|
||||
Reference in New Issue
Block a user