Fix slime suck bug

This commit is contained in:
2026-05-18 19:25:07 +01:00
parent 3119f10c2c
commit eb817d34ef
5 changed files with 16 additions and 25 deletions
-7
View File
@@ -83,10 +83,6 @@ data Action
{ _waitThenTimer :: Int
, _waitThenAction :: Action
}
-- | DoActionWhile
-- { _doActionWhileCondition :: WdCrBl
-- , _doActionWhileAction :: Action
-- }
| DoActionWhilePartial
{ _doActionWhilePartial :: Action
, _doActionWhileCondition :: WdCrBl
@@ -122,9 +118,6 @@ data Action
}
| LeadTarget { _leadTargetBy :: Point2 }
| NoAction
-- | StartSentinelPost
-- | UseSelf { _useSelf :: CrAc }
-- | ArbitraryAction {_arbitraryAction :: CrWdAc}
-- | Repeatedly perform impulses alongside a main action until the main action terminates
| DoImpulsesAlongside
{ _sideImpulses :: [Impulse]