From 30d5ccb1d627657b19a35dc331a7c8fb37dc6361 Mon Sep 17 00:00:00 2001 From: VistaPOWA Date: Mon, 19 Aug 2013 19:31:04 +0200 Subject: [PATCH] Makes hostile mobs destroy their surroundings by default. --- code/modules/mob/living/simple_animal/hostile/hostile.dm | 2 +- 1 file changed, 1 insertion(+), 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 b2e210ed232..a4ea513b719 100644 --- a/code/modules/mob/living/simple_animal/hostile/hostile.dm +++ b/code/modules/mob/living/simple_animal/hostile/hostile.dm @@ -11,7 +11,7 @@ var/move_to_delay = 2 //delay for the automated movement. var/list/friends = list() var/vision_range = 10 - var/idle_env_destroyer = 0 + var/idle_env_destroyer = 1 stop_automated_movement_when_pulled = 0 /mob/living/simple_animal/hostile/proc/FindTarget()