This reverts commit 054321d2c2.
Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
@@ -10,7 +10,6 @@ namespace Content.Server.Atmos.EntitySystems
|
||||
public sealed partial class AtmosphereSystem
|
||||
{
|
||||
[Dependency] private readonly IPrototypeManager _protoMan = default!;
|
||||
[Dependency] private readonly GenericGasReactionSystem _reaction = default!;
|
||||
|
||||
private GasReactionPrototype[] _gasReactions = Array.Empty<GasReactionPrototype>();
|
||||
private float[] _gasSpecificHeats = new float[Atmospherics.TotalNumberOfGases];
|
||||
@@ -347,7 +346,7 @@ namespace Content.Server.Atmos.EntitySystems
|
||||
break;
|
||||
}
|
||||
|
||||
return _reaction.ReactAll(GasReactions, mixture, holder);
|
||||
return reaction;
|
||||
}
|
||||
|
||||
public enum GasCompareResult
|
||||
|
||||
Reference in New Issue
Block a user