KSP Recall

KSP Recall

345k Downloads

The Refunding Meta Resource is being jettisoned by ModuleFuelJettison.

Lisias opened this issue ยท 0 comments

commented

Fellow Kerbonaut Krazy1 reported that the Refunding meta-resource is being jettisoned by the Ore Tanks:

KLwn4r2w

Well, he's right. It's really happening. However, this is a bug on the ModuleFuelJettison.

I made this patch:

@PART[LargeTank]:FINAL
{
	RESOURCE
	{
		name = Ablator
		amount = 1500
		maxAmount = 1500
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 1500
		maxAmount = 1500
	}
}

Fired up KSP and made this test:
screenshot21

Launched it and then jettisoned the Ore Tank contents:
screenshot22

Expanded detail:
screenshot22 copy

So, nope. It's not Recall's fault. Our fellow Kerbonaut found another bug on KSP, this time on ModuleFuelJettison. :)