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

spell wall of stone #89

Closed
andrtechno opened this issue May 18, 2022 · 2 comments
Closed

spell wall of stone #89

andrtechno opened this issue May 18, 2022 · 2 comments

Comments

@andrtechno
Copy link

not work

@andrtechno
Copy link
Author

andrtechno commented May 18, 2022

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;

@Admin-Yukiko
Copy link
Contributor

Fixed this issue in the latest commit.

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

No branches or pull requests

2 participants