Fix last test
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Content.Server.Chemistry.EntitySystems
|
|||||||
{
|
{
|
||||||
base.OnReaction(solution, reaction, randomReagent, Owner, unitReactions);
|
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,
|
_logSystem.Add(LogType.ChemicalReaction, reaction.Impact,
|
||||||
$"Chemical reaction {reaction.ID} occurred with strength {unitReactions:strength} on entity {Owner} at {coordinates}");
|
$"Chemical reaction {reaction.ID} occurred with strength {unitReactions:strength} on entity {Owner} at {coordinates}");
|
||||||
|
|||||||
Reference in New Issue
Block a user