Skip to content

Commit

Permalink
7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BobPalmer committed Apr 17, 2016
1 parent 66fac87 commit 9cd1fe6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions Firespitter/customization/FSfuelSwitch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -326,15 +326,6 @@ private void setupTankList(bool calledByPlayer)
}
}

public float GetModuleCost()
{
return updateCost();
}
public float GetModuleCost(float modifier)
{
return updateCost();
}

public override string GetInfo()
{
if (showInfo)
Expand All @@ -351,5 +342,15 @@ public override string GetInfo()
else
return string.Empty;
}

public float GetModuleCost(float defaultCost, ModifierStagingSituation sit)
{
return updateCost();
}

public ModifierChangeWhen GetModuleCostChangeWhen()
{
return ModifierChangeWhen.CONSTANTLY;
}
}
}
2 changes: 1 addition & 1 deletion For release/Firespitter/Firespitter.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"VERSION": {
"MAJOR": 7,
"MINOR": 2,
"PATCH": 0
"PATCH": 1
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
Binary file modified For release/Firespitter/Plugins/Firespitter.dll
Binary file not shown.

0 comments on commit 9cd1fe6

Please sign in to comment.