Skip to content

Commit 42f9117

Browse files
Update RVac engine type (#248)
* Update RVac engine type In accordance with KSP-RO/RealismOverhaul#2991 * No need to override engine configs --------- Co-authored-by: Capkirk123 <[email protected]>
1 parent 45bcfc2 commit 42f9117

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

GameData/ROEngines/PartConfigs/RaptorVac_RE.cfg

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PART
2929

3030
tags = spacex, bfr, its, raptor, vacuum
3131

32-
engineType = Raptor
32+
engineType = RVac
3333

3434
MODULE
3535
{
@@ -72,21 +72,3 @@ PART
7272
thrustTransformName = thrustTransform
7373
}
7474
}
75-
76-
// ==================================================
77-
// Raptor engine (surface variant).
78-
//
79-
// Engine configuration.
80-
// ==================================================
81-
82-
@PART[ROE-RaptorVac]:FOR[RealismOverhaulEnginesPost]
83-
{
84-
@title = Raptor (Vacuum Variant)
85-
86-
@MODULE[ModuleEngineConfigs]
87-
{
88-
@configuration = Raptor Vacuum
89-
!CONFIG[Raptor] {}
90-
!CONFIG[Raptor?Non-Throttleable] {}
91-
}
92-
}

0 commit comments

Comments
 (0)