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

Fixed wrong "spoils_in" value for some food (fixes #70297) #74898

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

achpile
Copy link
Contributor

@achpile achpile commented Jul 4, 2024

Summary

Bugfixes "Changes some spoils in times"

Purpose of change

In 2018 "spoils_in" values has been converted from integer (hours) to strings like (X months Y days).
commit: 25e35c9. Fixes #70297

Seems like conversion was automated and 1008 was replaced with "24 days" in every instance. But 1008 hours is actuallly 42 days, which seem very likely to be a typo.

Describe the solution

Changed "24 days" to "42 days"

Describe alternatives you've considered

None

Testing

This doesn't seem to need testing

Additional context

Those values have been reviewed in #23986 where 1008 hours has been set.

  In 2018 "spoils_in" values has been converted from integer (hours)
to strings like (X months Y days).
commit: 25e35c9

  Seems like convertion was automated and 1008 was replaced
with "24 days" in every instance. But 1008 hours is actuallly 42 days,
which seem very likely to be a typo.

  Those values have been reviewed in CleverRaven#23986 where 1008 hours has been set.
@github-actions github-actions bot added new contributor [JSON] Changes (can be) made in JSON Items: Food / Vitamins Comestibles and drinks json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions labels Jul 4, 2024
@achpile
Copy link
Contributor Author

achpile commented Jul 5, 2024

I beg you to tell me what is wrong with description that PR validator fails. I clearly have no idea

@Maleclypse
Copy link
Member

I beg you to tell me what is wrong with description that PR validator fails. I clearly have no idea

I've fixed it but when you deleted all of the template, you deleted the instructions on how to make a non failing PR title :)

@achpile
Copy link
Contributor Author

achpile commented Jul 6, 2024

Oh, thanks a lot 🙂 My bad. Sorry for that

@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Jul 6, 2024
@Maleclypse
Copy link
Member

Oh, thanks a lot 🙂 My bad. Sorry for that

No stress. I'd have merged this by now but I found an issue with bacon that I want to resolve one way or another before I merge this and forget about it.

@achpile
Copy link
Contributor Author

achpile commented Jul 7, 2024

Okay 🙂 thanks a lot.

@Maleclypse Maleclypse merged commit a1eb50c into CleverRaven:master Jul 7, 2024
25 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Items: Food / Vitamins Comestibles and drinks [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions new contributor
Projects
None yet
2 participants