Skip to content

Commit

Permalink
Merge pull request #42 from camlost2/master
Browse files Browse the repository at this point in the history
Fixed Oblong multi-tank part name
  • Loading branch information
NathanKell committed Oct 14, 2014
2 parents 0b4994d + 4f940e4 commit 4d319ff
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions RealFuels/Firespitter_modularFuelTanks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
}
}

@PART[FSoblongFuel]:FOR[RealFuels]
@PART[FSoblongMultiTank]:FOR[RealFuels]
{
!MODULE[FSfuelSwitch] {}
!MODULE[ModuleFuelTanks] {}
MODULE
{
Expand All @@ -46,17 +47,7 @@
}
}

@PART[FSoblongFuselageRocketFuel]:FOR[RealFuels]
{
!MODULE[ModuleFuelTanks] {}
MODULE
{
name = ModuleFuelTanks
volume = 1110
type = Fuselage
basemass = -1
}
}

@PART[FSbiplaneCockpit]:FOR[RealFuels]
{
!MODULE[ModuleFuelTanks] {}
Expand Down Expand Up @@ -143,4 +134,4 @@
type = Fuselage
basemass = -1
}
}
}

0 comments on commit 4d319ff

Please sign in to comment.