Sleeping (#9793)
This commit is contained in:
@@ -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 = 7;
|
||||
public const int TotalNumberOfGases = 8;
|
||||
|
||||
/// <summary>
|
||||
/// This is the actual length of the gases arrays in mixtures.
|
||||
@@ -285,6 +285,7 @@ namespace Content.Shared.Atmos
|
||||
Plasma = 3,
|
||||
Tritium = 4,
|
||||
WaterVapor = 5,
|
||||
Miasma = 6
|
||||
Miasma = 6,
|
||||
NitrousOxide = 7
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user