Skip to content

Patch compat issue with RR #129

@KSAMissionCtrl

Description

@KSAMissionCtrl

When applying the SystemHeatFissionEngines/RestockPlus/restock-engine-cherenkov.cfg in conjunction with the RR_NuclearFamily_CRP_Rockets.cfg, the restock-engine-cherenkov part ends up with two definitions of EnrichedUranium and DepletedFuel

I solved this for myself by changing the following in restock-engine-cherenkov.cfg:

  RESOURCE:HAS[!RESOURCE[EnrichedUranium]]
  {
    name = EnrichedUranium
    amount = 40
    maxAmount = 40
  }
  RESOURCE:HAS[!RESOURCE[DepletedFuel]]
  {
    name = DepletedFuel
    amount = 0
    maxAmount = 40
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions