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

(Hulking) mutimp daily description error. #253

Open
AI0867 opened this issue Sep 22, 2022 · 0 comments
Open

(Hulking) mutimp daily description error. #253

AI0867 opened this issue Sep 22, 2022 · 0 comments

Comments

@AI0867
Copy link

AI0867 commented Sep 22, 2022

I believe this line is incorrect. The variable str is in the range of 1 to 10, inclusive, with 1 to 5 being mutimps, and 6 to 10 being hulking mutimps. The first line of the block defines size to be in the range of 0 through 4 (representing 10, 2, 4, 6 or 8 rows), which may have caused some confusion.

var name = (str < 4) ? "Mutimps" : "Hulking Mutimps";

The following line has the correct conditional:

var mobName = mutStr < 6 ? "Mutimp" : "Hulking_Mutimp";

So the mutimps and hulking mutimps appear to be correctly placed, but the description of the daily is off.

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

1 participant