From cd00f8c5c24c2505fef372a36fe679078812b024 Mon Sep 17 00:00:00 2001 From: Capkirk123 Date: Sat, 7 Sep 2024 13:26:33 -0400 Subject: [PATCH] Fix wrong restricted node and more patches --- GameData/ROHeatshields/Parts/AdjustableHIAD.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/GameData/ROHeatshields/Parts/AdjustableHIAD.cfg b/GameData/ROHeatshields/Parts/AdjustableHIAD.cfg index 40e2acb..ed9e508 100644 --- a/GameData/ROHeatshields/Parts/AdjustableHIAD.cfg +++ b/GameData/ROHeatshields/Parts/AdjustableHIAD.cfg @@ -115,7 +115,8 @@ PART currentDiameter = 10.0 currentVariant = Heatshield currentNose = Model-None - currentCore = HIAD-Stock + currentCore:NEEDS[!ReStock] = HIAD-Stock + currentCore:NEEDS[ReStock] = HIAD-ReStock currentMount = Model-None currentNoseTexture = default currentCoreTexture = default @@ -161,7 +162,7 @@ PART endEventGUIName = Deflate Heat Shield actionGUIName = Inflate Heat Shield allowAnimationWhileShielded = False - restrictedNode = top + //restrictedNode = bottom //eh, let people do weird stuff with it disableAfterPlaying = false } MODULE:NEEDS[ReStock] @@ -173,7 +174,7 @@ PART endEventGUIName = Deflate Heat Shield actionGUIName = Inflate Heat Shield allowAnimationWhileShielded = False - restrictedNode = top + //restrictedNode = bottom //eh, let people do weird stuff with it disableAfterPlaying = false }