]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/tturrets/system/system_main.qc
Remove freeze code, monsters no longer use freeze attacks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / tturrets / system / system_main.qc
index cced0ec369f2f47119da322907cdc49bb96988dc..d35573b541e4b2ae7d8121da1f75cd5f51089ac9 100644 (file)
@@ -1102,7 +1102,7 @@ float turret_stdproc_init (string cvar_base_name, string base, string head, floa
     if (!self.health)
         self.health = 1000;
     self.tur_health = max(1, self.health);
-       self.bot_attack = TRUE;
+    self.bot_attack = TRUE;
     self.monster_attack = TRUE;
 
     if (!self.turrcaps_flags)