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

Stardew Valley: Remove seasonal farming event, use regions instead #4379

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

Conversation

Jouramie
Copy link
Contributor

What is this fixing or adding?

This removes the event that were used in logic for crops. I realized while working on #4378 that they're just unneeded because we can use the region.

Stardew has no entrance that require crops, so this has no impact on indirect connection. Even if there was, the rule framework automatically registers them so it would not be an issue.

No real impact on performance.

image

How was this tested?

Unit tests, plus made sure that the rule is removed with the explain command.

Before, with the event image
Now, without the event image

If this makes graphical changes, please attach screenshots.

N/A

@github-actions github-actions bot added the waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. label Dec 16, 2024
@agilbert1412 agilbert1412 added the is: refactor/cleanup Improvements to code/output readability or organizization. label Dec 16, 2024
Jouramie added a commit to agilbert1412/Archipelago that referenced this pull request Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: refactor/cleanup Improvements to code/output readability or organizization. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants