Make miasma start being visible later (#10128)

This commit is contained in:
Rane
2022-07-28 23:13:56 -04:00
committed by GitHub
parent c621712f49
commit 47e84d9d54
3 changed files with 8 additions and 3 deletions

View File

@@ -44,7 +44,10 @@ namespace Content.Shared.Atmos.Prototypes
/// <summary>
/// Visibility for this gas will be max after this value.
/// </summary>
public float GasMolesVisibleMax => GasMolesVisible * Atmospherics.FactorGasVisibleMax;
public float GasMolesVisibleMax => GasMolesVisible * GasVisibilityFactor;
[DataField("gasVisbilityFactor")]
public float GasVisibilityFactor = Atmospherics.FactorGasVisibleMax;
/// <summary>
/// If this reagent is in gas form, this is the path to the overlay that will be used to make the gas visible.