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

Allow Orders #28

Merged
merged 4 commits into from
Sep 11, 2024
Merged

Allow Orders #28

merged 4 commits into from
Sep 11, 2024

Conversation

promiseofcake
Copy link
Owner

@promiseofcake promiseofcake commented Sep 11, 2024

  • Banking isn't an independent action, it should be tightly coupled to gather.
  • We want to supply a list of orders that characters will fufill as high priority until the order has been completed.
  • Rename things
    • buildinventory -> execture
    • gather -> forage (to allow for gather action)

@promiseofcake promiseofcake marked this pull request as ready for review September 11, 2024 05:31
@promiseofcake promiseofcake merged commit 29cc482 into main Sep 11, 2024
1 check passed
@promiseofcake promiseofcake deleted the ljk/overload-orders branch September 11, 2024 05:31
return fmt.Errorf("get character info: %w", err)
}

if c.ShouldBank() {
Copy link
Owner Author

Choose a reason for hiding this comment

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

This should be first

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