Skip to content

Commit

Permalink
Fix wrong restricted node and more patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Sep 7, 2024
1 parent 58530c0 commit cd00f8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions GameData/ROHeatshields/Parts/AdjustableHIAD.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand All @@ -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
}

Expand Down

0 comments on commit cd00f8c

Please sign in to comment.