diff --git a/src/Dodge/Creature/YourControl.hs b/src/Dodge/Creature/YourControl.hs index 723705ee3..a3f2d4e90 100644 --- a/src/Dodge/Creature/YourControl.hs +++ b/src/Dodge/Creature/YourControl.hs @@ -131,6 +131,8 @@ tryAssignHotkey w sc = fromMaybe w $ do -- isAiming = _posture (_crStance cr) == Aiming -- mouseDir = argV $ mouseWorldPos (w ^. input) (w ^. wCam) - (cr ^. crPos) +-- | The order of these MAY be important, in particular the setting of crMvAim +-- within wasdMovement should probably be done first wasdWithAiming :: World -> -- | Base speed