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

Sometimes new added armor type items just erase everything in the number group they are placed on #15

Closed
JavierLealCortes opened this issue Mar 4, 2017 · 2 comments

Comments

@JavierLealCortes
Copy link
Contributor

JavierLealCortes commented Mar 4, 2017

Repro:

Using the existing default items in Delver, there are 5 groups of weapons (1-5) and 7 groups of armor items (1-7)

  • Create a Mod that add new weapons to groups 1, 2, 3, 4 and 5, and then add 1 armor type item to any of the armor groups that exists. If that item is placed in the groups 1-5 it appends correctly. If it's added to the group 6 or 7 it erases everything in that group.

Temporary BAD solution:
If you add an empty weapon group 6 and an empty weapon group 7, it solves the issue and now the armor item is added correctly.
(It's a bad solution because, apparently empty groups of items crash the game if the game is trying to pick an item from that group)

@joshuaskelly
Copy link
Owner

Created an issue in the Delver repo to track this.

@joshuaskelly
Copy link
Owner

Fixed. Will be in next update.

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

2 participants