Skip to content

Commit

Permalink
0.0.0.2
Browse files Browse the repository at this point in the history
correct extraneous "@part[] {" that was crashing B9
add KGExArgon
correct missing information for subnode
add @description suffix
add variable cleanup
  • Loading branch information
zer0Kerbal committed Jan 6, 2020
1 parent 4c5bd23 commit 3e66cc6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions B9Stock.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"VERSION":
{
"MAJOR":1,
"MAJOR":0,
"MINOR":0,
"PATCH":0,
"BUILD":0
"BUILD":2
},
"KSP_VERSION":
{
Expand Down
4 changes: 2 additions & 2 deletions GameData/B9StockPatches/B9Stock.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"VERSION":
{
"MAJOR":1,
"MAJOR":0,
"MINOR":0,
"PATCH":0,
"BUILD":0
"BUILD":2
},
"KSP_VERSION":
{
Expand Down
14 changes: 6 additions & 8 deletions GameData/B9StockPatches/B9StockPatches.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@

// Add primary tank types to stock parts.
@PART:HAS[@MODULE[ModuleB9PartSwitch]]:NEEDS[B9PartSwitch,!CryoTanks]:AFTER[Squad]
{
@PART[]
{
@description:NEEDS[B9PartSwitch] ^= :$: <color=orange>\nB9 Fuel Switch. </color> :
!refVolume {}
Expand Down Expand Up @@ -236,12 +234,6 @@
title = Structural
}
SUBTYPE:NEEDS[KGEx]
{
name =
tankType =
title =
}
SUBTYPE:NEEDS[KGEx]
{
name = MP+EC
tankType = KGExSupport
Expand All @@ -259,6 +251,12 @@
tankType = KGExOre
title = Ore
}
SUBTYPE:NEEDS:NEEDS[KGEx,CommunityResourcePack]
{
name = Argon
tankType = KGExArgon
title = Argon Gas
}
SUBTYPE:NEEDS[KGEx,CommunityResourcePack]
{
name = H2O+w
Expand Down

0 comments on commit 3e66cc6

Please sign in to comment.