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

Fix everyone receiving the same type of item #15

Open
Seeloewen opened this issue Apr 17, 2024 · 0 comments
Open

Fix everyone receiving the same type of item #15

Seeloewen opened this issue Apr 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Seeloewen
Copy link
Owner

Currently, while everyone receives a random item when playing multiplayer, they always get the same type. If a normal item is rolled, everyone gets a random normal item at the same time. When a goat horn is rolled, a everyone receives a random goat horn.
It should theoretically be possible to make everyone receive a random type of item. By rolling the random number for each person seperately and not for the RandomItemGiver in general, everyone gets a random item from a random loot table.

@Seeloewen Seeloewen added the enhancement New feature or request label Apr 17, 2024
@Seeloewen Seeloewen self-assigned this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant