You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looked into this a bit & I think the wider fix is to convert these files to TS & implement the functions since I think a lot of stuff has been refactored. I found out that there's a temp fix in Chimera, Gumble & more that fixes this issue. Should I open a PR with the same fix for this since it will be playable for the time being? Also do we have conversion issues for files that aren't TS yet?
Description
When using the Abolished creature's "Fiery Touch" move while the creature is facing left, an error is thrown:
I believe this is a long-standing error. I checked through several months of commits and all exhibit the same error.
There is no
target
in thepath
here:const target = arrayUtils.last(path).creature;
That's as far up the call stack as I've looked.
To reproduce
Here's a game log. Paste it into the browser console.
The text was updated successfully, but these errors were encountered: