Skip to content

(Hulking) mutimp daily description error. #253

Open
@AI0867

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions