diff --git a/GameData/ConformalDecals/Patches/FAR.cfg b/GameData/ConformalDecals/Patches/FAR.cfg index 2db98b0..7aa2034 100644 --- a/GameData/ConformalDecals/Patches/FAR.cfg +++ b/GameData/ConformalDecals/Patches/FAR.cfg @@ -1,5 +1,17 @@ -@PART[*]:HAS[@MODULE[ModuleConformalDecal]|@MODULE[ModuleConformalFlag]|@MODULE[ModuleConformalText]]:After[FerramAerospaceResearch] +// Decals are just paint, so they shouldnt affect a vessel's aerodynamics at all + +@PART[*]:HAS[@MODULE[ModuleConformalDecal]]:After[FerramAerospaceResearch] { - // Decals are just paint, so they shouldnt affect a vessel's aerodynamics at all + !MODULE[GeometryPartModule] {} +} + +@PART[*]:HAS[@MODULE[ModuleConformalFlag]]:After[FerramAerospaceResearch] +{ + !MODULE[GeometryPartModule] {} +} + +@PART[*]:HAS[@MODULE[ModuleConformalText]]:After[FerramAerospaceResearch] +{ + !MODULE[GeometryPartModule] {} } \ No newline at end of file