Port miasma from nyano (#8926)

Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
Rane
2022-06-17 03:00:23 -04:00
committed by GitHub
parent 5a216be730
commit 1dc78ec88a
21 changed files with 301 additions and 142 deletions

View File

@@ -168,7 +168,7 @@ namespace Content.Shared.Atmos
/// <summary>
/// Total number of gases. Increase this if you want to add more!
/// </summary>
public const int TotalNumberOfGases = 6;
public const int TotalNumberOfGases = 7;
/// <summary>
/// This is the actual length of the gases arrays in mixtures.
@@ -285,5 +285,6 @@ namespace Content.Shared.Atmos
Plasma = 3,
Tritium = 4,
WaterVapor = 5,
Miasma = 6
}
}

View File

@@ -20,6 +20,7 @@ namespace Content.Shared.Atmos.Piping.Unary.Components
Gas.Plasma,
Gas.Tritium,
Gas.WaterVapor,
Gas.Miasma
};
// Presets for 'dumb' air alarm modes