Remove world output debug shit

This commit is contained in:
Tigercat2000
2015-11-04 21:16:30 -08:00
parent f62c12d2dc
commit 4ba0b2ad37
@@ -94,7 +94,6 @@
/mob/living/simple_animal/Life()
if(..())
world << "Animal [src] Life() passed ..()"
if(!ckey)
handle_automated_movement()
handle_automated_action()
@@ -590,4 +589,4 @@
resize = RESIZE_DEFAULT_SIZE
if(changed)
animate(src, transform = ntransform, time = 2, easing = EASE_IN|EASE_OUT)
animate(src, transform = ntransform, time = 2, easing = EASE_IN|EASE_OUT)