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(server/shops): Ceil price to avoid free items #465

Merged
merged 1 commit into from
Jan 16, 2022
Merged

fix(server/shops): Ceil price to avoid free items #465

merged 1 commit into from
Jan 16, 2022

Conversation

antond15
Copy link
Contributor

When the random price was floored, there was a chance to get the item for free (price 0), which caused players to buy thousands of them. Ceiling the price will make it cost atleast 1$.

@thelindat thelindat merged commit 79bbd17 into overextended:main Jan 16, 2022
@antond15 antond15 deleted the free-items branch January 20, 2022 17:14
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.

2 participants