Skip to content

Commit

Permalink
Fix #334: fix passthrough masses when NFLV is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Sep 20, 2023
1 parent dba2935 commit bf72ba7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions GameData/FreeIva/Patches/AutoPassThrough.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

// the tank types that come with b9ps are *not* in line with stock values for some reason - these are copied from CryoTanks
B9_TANK_TYPE:NEEDS[!CryoTanks]
B9_TANK_TYPE
{
name = LFOX
name = FreeIva_LFOX
tankMass = 0.000625
tankCost = 0.00
RESOURCE
Expand All @@ -38,9 +38,9 @@ B9_TANK_TYPE:NEEDS[!CryoTanks]
unitsPerVolume = 0.55
}
}
B9_TANK_TYPE:NEEDS[!CryoTanks]
B9_TANK_TYPE
{
name = LF
name = FreeIva_LF
tankMass = 0.000625
tankCost = 0.3
RESOURCE
Expand Down Expand Up @@ -197,7 +197,7 @@ B9_TANK_TYPE
SUBTYPE
{
name = LFOX
tankType = LFOX
tankType = FreeIva_LFOX
addedMass = #$/massOffset$
addedCost = #$/costOffset$
}
Expand Down Expand Up @@ -237,7 +237,7 @@ B9_TANK_TYPE
SUBTYPE
{
name = LF
tankType = LF
tankType = FreeIva_LF
addedMass = #$/massOffset$
addedCost = #$/costOffset$
}
Expand Down

0 comments on commit bf72ba7

Please sign in to comment.