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

Bugfix for the Enemy level script #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

TG-22
Copy link

@TG-22 TG-22 commented Oct 19, 2019

Lines 493-494 and 505-506 exp and gold array have been interchanged.
Gold is supposed to be 8, Exp is 9. See lines 150-151.
Due to this bug the <exp: +x per level> and <exp: +x% per level> notetags are controlling gold values.
And <gold: +x per level> and <gold: +x% per level> notetags are controlling exp value.

Lines 493-494 and 505-506 exp and gold array have been interchanged.
Gold is supposed to be 8, Exp is 9.
Due to this bug the <exp: +x per level> and <exp: +x% per level> notetags are controlling gold values.
And <gold: +x per level> and <gold: +x% per level> notetags are controlling exp value.
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

Successfully merging this pull request may close these issues.

1 participant