Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thors cannot use attack move while morphing (in 99% of cases) despite being able to move command #150

Open
Joshua-Leibold opened this issue Mar 29, 2024 · 0 comments

Comments

@Joshua-Leibold
Copy link

Caused by the morph ability using the "suppress movement" flag, making moving or turning to the designated attack location impossible. The Hellion/Hellbat morph already does not use this flag, presumably for that reason

<CAbilMorph id="ThorAPMode">
    <Flags index="SuppressMovement" value="0"/>
</CAbilMorph>
<CAbilMorph id="ThorNormalMode">
    <Flags index="SuppressMovement" value="0"/>
</CAbilMorph>

Example of issue: https://i.gyazo.com/d75b33b1d370198b6a94ecabc9c08886.gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants