diff --git a/ldjam50/Assets/Scripts/Abilities/Ultraviolet.cs b/ldjam50/Assets/Scripts/Abilities/Ultraviolet.cs index 5b6f4c3..5bda3e4 100644 --- a/ldjam50/Assets/Scripts/Abilities/Ultraviolet.cs +++ b/ldjam50/Assets/Scripts/Abilities/Ultraviolet.cs @@ -24,10 +24,8 @@ void Update() void OnTriggerEnter2D(Collider2D col) { - Debug.Log("PIZDAAAAAA"); if (col.gameObject.CompareTag("Mob")) { - Debug.Log("PIZDAAAAAA"); col.gameObject.GetComponent().SendMessage("ApplyDamage", damage); } }