]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/monsters/monster/enforcer.qc
Fix TD monster spawn protection. Improve TD monster pathfinding
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / monster / enforcer.qc
index 2e3fa1a55dda024dc2f32f05a6a8a4d68afa033d..b370e402ee49549423e3fa56b0b884bc6c4d8879 100644 (file)
@@ -24,7 +24,7 @@ float autocvar_g_monster_enforcer_attack_uzi_bullets;
 void enforcer_think ()
 {
        self.think = enforcer_think;
-       self.nextthink = time + 0.3;
+       self.nextthink = time + 0.1;
        
        if(self.delay != -1)
                self.nextthink = self.delay;