diff --git a/Assets/Scripts/Core/Graph Tasks/DealDamage.cs b/Assets/Scripts/Core/Graph Tasks/DealDamage.cs index 6c891ed..cf74c86 100644 --- a/Assets/Scripts/Core/Graph Tasks/DealDamage.cs +++ b/Assets/Scripts/Core/Graph Tasks/DealDamage.cs @@ -27,7 +27,7 @@ namespace Reset.Core { if (damageSource.value.source != null) { Debug.LogError($"Target {target.name} cannot be dealt damage as it does not implement the IDamageable interface. It was attempted an attack by {damageSource.value.source}"); } else { - Debug.LogError($"Target {target.name} cannot be dealt damage as it does not implement the IDamageable interface. This attack has no source."); + Debug.LogError($"Target {target.name} cannot be dealt damage as it does not implement the IDamageable interface."); } continue;