Skip to content

Commit d97240c

Browse files
committed
prevent duplicate RSE_KerbalEVA modules when breaking ground is installed
1 parent 42806b0 commit d97240c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

GameData/RocketSoundEnhancementDefault/Configs/KerbalEVA.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// EVA Kerbal
2-
@PART[kerbalEVA*]:FOR[RocketSoundEnhancementDefault]
2+
3+
// NOTE: Breaking Ground has duplicate PART configs for the base kerbalEVA and kerbalEVAFemale parts, and they get merged with the stock one from the vanilla game
4+
// Therefore we need to be careful to only add this module to the base part, not both.
5+
@PART:HAS[@MODULE[KerbalEVA]]:FOR[RocketSoundEnhancementDefault]
36
{
47
MODULE
58
{

0 commit comments

Comments
 (0)