From 7d6b6f943683c53b81fd5d0ff48149650e524983 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Wed, 2 Dec 2015 21:06:13 -0500 Subject: [PATCH] RAWRRGHHHH FUCKING DEBUG PRINT RAWRRGHHHHRAWRRGHHHHRAWRRGHHHHRAWRRGHHHHRAWRRGHHHHRAWRRGHHHHRAWRRGHHHHRAWRRGHHHH --- code/modules/mob/living/simple_animal/hostile/hostile.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/hostile.dm b/code/modules/mob/living/simple_animal/hostile/hostile.dm index f7c58876fe6..c5561a2f928 100644 --- a/code/modules/mob/living/simple_animal/hostile/hostile.dm +++ b/code/modules/mob/living/simple_animal/hostile/hostile.dm @@ -220,7 +220,6 @@ return 1 /mob/living/simple_animal/hostile/proc/AttackingTarget() - world << "[target]" target.attack_animal(src) /mob/living/simple_animal/hostile/proc/Aggro()