]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/monsters/monster/soldier.qc
Fix TD monster spawn protection. Improve TD monster pathfinding
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / monster / soldier.qc
index b4e46e0f55c4551001c7082fdff65c764f2a7af9..54c7849e8fc3da6fc456a5d69c6862afe9741086 100644 (file)
@@ -30,7 +30,7 @@ float autocvar_g_monster_soldier_attack_uzi_bullets;
 void soldier_think ()
 {
        self.think = soldier_think;
-       self.nextthink = time + 0.3;
+       self.nextthink = time + 0.1;
        
        if(self.delay != -1)
                self.nextthink = self.delay;