]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/monsters/monster/dog.qc
Fix TD monster spawn protection. Improve TD monster pathfinding
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / monster / dog.qc
index aa65d6d4bc689c04277c8f5359bf8e29cfb55863..a79c443e2ea44e4ea1d60d7ff6067f7b4f4dd0bd 100644 (file)
@@ -37,7 +37,7 @@ void Dog_JumpTouch ()
 void dog_think ()
 {
        self.think = dog_think;
-       self.nextthink = time + 0.3;
+       self.nextthink = time + 0.1;
        
        monster_move(autocvar_g_monster_dog_speed_run, autocvar_g_monster_dog_speed_walk, 50, dog_anim_run, dog_anim_walk, dog_anim_idle);
 }