Fix last test

This commit is contained in:
Vera Aguilera Puerto
2021-12-07 18:10:51 +01:00
parent 3f79e3754f
commit f2c72f7c0e

View File

@@ -15,7 +15,7 @@ namespace Content.Server.Chemistry.EntitySystems
{
base.OnReaction(solution, reaction, randomReagent, Owner, unitReactions);
var coordinates = EntityManager.GetComponent<TransformComponent>(Owner);
var coordinates = EntityManager.GetComponent<TransformComponent>(Owner).Coordinates;
_logSystem.Add(LogType.ChemicalReaction, reaction.Impact,
$"Chemical reaction {reaction.ID} occurred with strength {unitReactions:strength} on entity {Owner} at {coordinates}");