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

EMC: converting Max not works with meteorites #465

Open
serkonda7 opened this issue Jul 26, 2023 · 1 comment
Open

EMC: converting Max not works with meteorites #465

serkonda7 opened this issue Jul 26, 2023 · 1 comment

Comments

@serkonda7
Copy link

No resources will be consumed but I get no meteorites either.

@tobias-strenger
Copy link

	if(emcAmount === "Max"){
		amount = Math.floor(Math.min(Math.floor(getResource(RESOURCE.Plasma)/emcValue), capacity - current) - 3333); // Retains 10,000 plasma
	}

It seems this is intentional. The maximum conversion maintains 10k Plasma, so it won't work if you have less.

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

No branches or pull requests

2 participants