Open serkonda7 opened 1 year ago
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.
No resources will be consumed but I get no meteorites either.