Release 1.10.5.0 - Autumn Update 2025
This commit is contained in:
+4
-1
@@ -84,7 +84,10 @@ namespace Barotrauma.Items.Components
|
||||
CurrFlow = 0.0f;
|
||||
}
|
||||
|
||||
private void GetVents()
|
||||
/// <summary>
|
||||
/// Finds all the linked vents and calculates how much oxygen should be distributed to each of them based on the hull volumes.
|
||||
/// </summary>
|
||||
public void GetVents()
|
||||
{
|
||||
totalHullVolume = 0.0f;
|
||||
ventList ??= new List<(Vent vent, float hullVolume)>();
|
||||
|
||||
Reference in New Issue
Block a user