From c6b9812fe3b51c52e6ee44d3a279af5ea872ca23 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Fri, 13 Nov 2020 03:20:51 -0800 Subject: [PATCH] Fix MM patch --- GameData/ConformalDecals/Patches/FAR.cfg | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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