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

GoOpponent type does not include "No AI" #1841

Open
JoshuaCF opened this issue Dec 11, 2024 · 0 comments · May be fixed by #1845
Open

GoOpponent type does not include "No AI" #1841

JoshuaCF opened this issue Dec 11, 2024 · 0 comments · May be fixed by #1845

Comments

@JoshuaCF
Copy link

JoshuaCF commented Dec 11, 2024

type GoOpponent =
| "Netburners"
| "Slum Snakes"
| "The Black Hand"
| "Tetrads"
| "Daedalus"
| "Illuminati"
| "????????????";

I'd just open the PR myself but I don't have a development environment for Bitburner set up.
This is a simple change, replace the definition with the following:

type GoOpponent =
  | "Netburners"
  | "Slum Snakes"
  | "The Black Hand"
  | "Tetrads"
  | "Daedalus"
  | "Illuminati"
  | "????????????"
  | "No AI";
@JoshuaCF JoshuaCF changed the title GoOpponent type does not inclue "No AI" GoOpponent type does not include "No AI" Dec 11, 2024
@catloversg catloversg linked a pull request Dec 12, 2024 that will close this issue
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 a pull request may close this issue.

1 participant