Skip to content

Commit

Permalink
CrewHatch/DRE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BobPalmer committed Oct 10, 2014
1 parent 548f8a1 commit d37bff2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GameData/ART/ART.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":5,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
2 changes: 1 addition & 1 deletion GameData/ART/CrewHatch/CrewHatch.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PART
{
name = HA_FuelHatch
name = HA_CrewHatch
module = Part
author = WaRi/RoverDude

Expand Down
5 changes: 5 additions & 0 deletions GameData/ART/DRE.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
@maxTemp = 1450
}

// Crew Hatch
@PART[HA_CrewHatch]:FOR[ART]:NEEDS[DeadlyReentry] {
@maxTemp = 1450
}

// Jaw
@PART[HA_Jaw]:FOR[ART]:NEEDS[DeadlyReentry] {
@maxTemp = 1450
Expand Down

0 comments on commit d37bff2

Please sign in to comment.