Skip to content

Commit

Permalink
Merge pull request #14 from NathanKell/patch-3
Browse files Browse the repository at this point in the history
Tweak the wildcards
  • Loading branch information
camlost2 committed Apr 10, 2015
2 parents 5ff2628 + 230b96a commit d2ee07a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions GameData/AJE/zFinal/zzWildcards.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}


@PART[*]:HAS[@MODULE[AJEModule]]:NEEDS[RealFuels]:Final
@PART[*]:HAS[@MODULE[AJEModule],~RSSROConfig[]]:NEEDS[RealFuels]:Final
{

@MODULE[ModuleEngines*]
Expand All @@ -105,24 +105,20 @@

}

@PART[*]:HAS[@MODULE[AJEPropeller]]:NEEDS[RealFuels]:Final
@PART[*]:HAS[@MODULE[AJEPropeller],~RSSROConfig[]]:NEEDS[RealFuels]:Final
{

@MODULE[ModuleEngines*]
{
@PROPELLANT[LiquidFuel]
{
@name=Kerosene
}
@PROPELLANT[AvGas]
{
@name=Kerosene
@name=AvGas // Piston engines run on AvGas
}
}

}

@PART[*]:HAS[@MODULE[AJERotor]]:NEEDS[RealFuels]:Final
@PART[*]:HAS[@MODULE[AJERotor],~RSSROConfig[]]:NEEDS[RealFuels]:Final
{

@MODULE[ModuleEngines*]
Expand Down Expand Up @@ -160,6 +156,10 @@
{
@name = LiquidFuel
}
@PROPELLANT[AvGas]
{
@name = LiquidFuel
}
}
}

Expand Down

0 comments on commit d2ee07a

Please sign in to comment.