Some more int -> decimal conversions. Changed the use of the Solution constructor.
This commit is contained in:
@@ -37,8 +37,9 @@ namespace Content.Server.GameObjects.Components.Chemistry
|
||||
Init();
|
||||
}
|
||||
|
||||
public void Init()
|
||||
public override void Init()
|
||||
{
|
||||
base.Init();
|
||||
_reactions = _prototypeManager.EnumeratePrototypes<ReactionPrototype>();
|
||||
_audioSystem = _entitySystemManager.GetEntitySystem<AudioSystem>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user