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 mushroom log and mossy seed effect ranges #641

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Disassembler0
Copy link

Mushroom log and mossy seed ranges added in b4d3a87 wrongly display quadruple (resp. double the square radius) of their actual size.

Wiki pages
https://stardewvalleywiki.com/Mushroom_Log
and
https://stardewvalleywiki.com/Moss#Moss_Growth
describe the areas as 7x7 and 5x5 respectively, so the maxDisplaySquareRadius value needs to be half of the area size minus one. This is also consistent with my own observation of the mushroom log behavior.

Mushroom log and mossy seed ranges added in b4d3a87 wrongly
display quadruple (resp. double the square radius) of their actual size.

Wiki pages
https://stardewvalleywiki.com/Mushroom_Log
and
https://stardewvalleywiki.com/Moss#Moss_Growth
describe the areas as 7x7 and 5x5 respectively, so the
`maxDisplaySquareRadius` value needs to be half of the area size
minus one. This is also consistent with my own observation of the
mushroom log behavior.
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.

1 participant