mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix MM patch
This commit is contained in:
parent
8accabe9e5
commit
c6b9812fe3
@ -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] {}
|
!MODULE[GeometryPartModule] {}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user