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

@@ -165,8 +165,9 @@ namespace Content.Server.Body.Systems
var entity = EntityManager.GetEntity(args.SolutionEntity);
_logSystem.Add(LogType.ReagentEffect, effect.LogImpact,
$"Metabolism effect {effect.GetType().Name} of reagent {args.Reagent.Name:reagent} applied on entity {entity} at {entity.Transform.Coordinates}");
effect.Effect(args);
}
effect.Effect(args);
}
}