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

Add missing monsters #4371

Closed
wants to merge 6 commits into from
Closed

Add missing monsters #4371

wants to merge 6 commits into from

Conversation

omarcopires
Copy link
Contributor

Pull Request Prelude

Changes Proposed

Issues addressed:
#Close #3453

<flag canwalkonpoison="0" />
</flags>
<attacks>
<attack name="melee" interval="2000" min="-100" max="-170" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<attack name="melee" interval="2000" min="-100" max="-170" />
<attack name="melee" interval="2000" min="0" max="-170" />

<flag canwalkonpoison="0" />
</flags>
<attacks>
<attack name="melee" interval="2000" min="-300" max="-1400" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<attack name="melee" interval="2000" min="-300" max="-1400" />
<attack name="melee" interval="2000" min="0" max="-1400" />

@omarcopires omarcopires deleted the missing-monsters branch June 15, 2023 00:32
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.

more missing monsters
2 participants