sparticle999/SpaceCompany

EMC: converting Max not works with meteorites

serkonda7 opened this issue · 1 comments

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

	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.