IReagentEffect and some chemistry stuff uses EntityUid
This commit is contained in:
@@ -128,8 +128,7 @@ namespace Content.Server.Chemistry.EntitySystems
|
||||
// Process reactions
|
||||
if (needsReactionsProcessing && solutionHolder.CanReact)
|
||||
{
|
||||
_chemistrySystem
|
||||
.FullyReactSolution(solutionHolder, EntityManager.GetEntity(uid), solutionHolder.MaxVolume);
|
||||
_chemistrySystem.FullyReactSolution(solutionHolder, uid, solutionHolder.MaxVolume);
|
||||
}
|
||||
|
||||
UpdateAppearance(uid, solutionHolder);
|
||||
|
||||
Reference in New Issue
Block a user