Skip to content

Commit

Permalink
Fix #437: add passthrough configs for 1.25m fuel tanks
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Oct 22, 2024
1 parent 9804e78 commit 4248296
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GameData/FreeIva/Squad/PartCfgs/Squad_passthrough.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@
FreeIva_AutoPassThrough_VolumeScalar = -0.5 // special case - this one is slanted so more volume is expected to be lost
}

// 1.25: 75% penalty
@PART[fuelTankSmallFlat|fuelTankSmall|fuelTank|fuelTank_long]:HAS[~FreeIva_AutoPassThrough]:FOR[FreeIva]
{
FreeIva_AutoPassThrough = true
FreeIva_AutoPassThrough_VolumeScalar = -0.75
}

0 comments on commit 4248296

Please sign in to comment.