We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
not work
The text was updated successfully, but these errors were encountered:
pkg/skills/magery/spells/circle3/wallOfStone.src
//problem here, there are no such objects FIELD_SHAPE_HORIZONTAL: objtype := "WallofStoneEW"; break; FIELD_SHAPE_VERTICAL: objtype := "WallofStoneNS"; break; //change to FIELD_SHAPE_HORIZONTAL: objtype := 0x80; break; FIELD_SHAPE_VERTICAL: objtype := 0x80; break;
Sorry, something went wrong.
Fixed issue #89 - Wall of Stone not working.
a61cf11
Fixed this issue in the latest commit.
No branches or pull requests
not work
The text was updated successfully, but these errors were encountered: