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
rare case. found cause, need to reverse order of these statements in checktriggers(): dmgactor(a,trapdmg) mset(ax,ay,33)
(dmgactor drops the gold, then the "erase trap from map" mset overwrites that)
Simple fix, but don't want to rebuild and test cart right now, will wait for future batch of fixes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
rare case. found cause, need to reverse order of these statements in checktriggers():
dmgactor(a,trapdmg)
mset(ax,ay,33)
(dmgactor drops the gold, then the "erase trap from map" mset overwrites that)
Simple fix, but don't want to rebuild and test cart right now, will wait for future batch of fixes.
The text was updated successfully, but these errors were encountered: