You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Science/satellite-contracts.cfg

17 lines
353 B
INI

// Allows for the ReStockPlus parts to fulfill requirements for stock experiments in Satellite contracts
@Contracts:FOR[ReStockPlus]
{
@Satellite
{
@PART_REQUEST:HAS[#Part[GooExperiment]]
{
Part = restock-goocanister-625-1
}
@PART_REQUEST:HAS[#Part[science_module]]
{
Part = restock-materialbay-radial-1
}
}
}