unfuck every reagent effect

This commit is contained in:
Kara D
2021-11-27 01:27:47 -07:00
parent 6cdb859afe
commit 120e1b75c7
3 changed files with 8 additions and 4 deletions

View File

@@ -119,8 +119,9 @@ namespace Content.Shared.Chemistry.Reaction
var entity = EntityManager.GetEntity(args.SolutionEntity);
_logSystem.Add(LogType.ReagentEffect, effect.LogImpact,
$"Reaction effect {effect.GetType().Name} of reaction ${reaction.ID:reaction} applied on entity {entity} at {entity.Transform.Coordinates}");
effect.Effect(args);
}
effect.Effect(args);
}
}