taniwha / Extraplanetary-Launchpads

GNU General Public License v3.0
54 stars 45 forks source link

Recipies: Building from resources other than RocketParts is too fast #123

Closed jd284 closed 6 years ago

jd284 commented 7 years ago

When using recipies to change the construction materials (e.g. like MKS does to MaterialKits&SpecializedParts), construction is way too fast. For some reason in Recipes/BuildResource.cs:KerbalHours(), everything but RocketParts is set to build 10x faster. Is this meant to make converted resources such as SolidFuel or Ablator construct faster? In that case it should be done using a flag from BuildResource(Ingredient) only, and not by resource name.

taniwha commented 7 years ago

Yeah, this is a bug. The relevant code even has FIXME tags.