-
Notifications
You must be signed in to change notification settings - Fork 57
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
Bofa wish fights #1745
base: main
Are you sure you want to change the base?
Bofa wish fights #1745
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few quibbles, but mostly I'm not sure if this is actually better than just using our existing code for freekills like Free For All; feels like we should kinda just do that. Which I do assume for most players would get bofa stuff; I believe the wanderer type there is "freefight"
but I'm not 100% sure offhand.
If you do do that, be sure to pass the spec from the freekill into the wanderer function
import { | ||
canAdventureOrUnlock, | ||
canWander, | ||
unlock, | ||
} from "garbo-lib/dist/wanderer/lib"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't how we should accomplish this; we should either use a new wanderer type or an existing wanderer type, or export those functions from garbo-lib through ./wanderer
Co-authored-by: neil <[email protected]>
Co-authored-by: neil <[email protected]>
Co-authored-by: neil <[email protected]>
No description provided.