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

Vendor prices now round to avoid partial worth issues. #4632

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

MistakeNot4892
Copy link
Contributor

Fixes #4624.

@MistakeNot4892 MistakeNot4892 added the ready for review This PR is ready for review and merge. label Dec 9, 2024
@@ -213,9 +213,9 @@
if(currently_vending.price > cashmoney.absolute_worth)
// This is not a status display message, since it's something the character
// themselves is meant to see BEFORE putting the money in
to_chat(usr, "[html_icon(cashmoney)] <span class='warning'>That is not enough money.</span>")
to_chat(usr, SPAN_WARNING("[html_icon(cashmoney)] That is not enough money."))
Copy link
Member

Choose a reason for hiding this comment

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

out of scope but i think these REALLY need a mob/user param at some point

@out-of-phaze out-of-phaze merged commit d726126 into NebulaSS13:staging Dec 11, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review This PR is ready for review and merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants