diff --git a/GameData/ROEngines/PartConfigs/RaptorVac_RE.cfg b/GameData/ROEngines/PartConfigs/RaptorVac_RE.cfg index def27c2a..bcca6226 100644 --- a/GameData/ROEngines/PartConfigs/RaptorVac_RE.cfg +++ b/GameData/ROEngines/PartConfigs/RaptorVac_RE.cfg @@ -29,7 +29,7 @@ PART tags = spacex, bfr, its, raptor, vacuum - engineType = Raptor + engineType = RVac MODULE { @@ -72,21 +72,3 @@ PART thrustTransformName = thrustTransform } } - -// ================================================== -// Raptor engine (surface variant). -// -// Engine configuration. -// ================================================== - -@PART[ROE-RaptorVac]:FOR[RealismOverhaulEnginesPost] -{ - @title = Raptor (Vacuum Variant) - - @MODULE[ModuleEngineConfigs] - { - @configuration = Raptor Vacuum - !CONFIG[Raptor] {} - !CONFIG[Raptor?Non-Throttleable] {} - } -}