]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/monsters/monster/ogre.qc
Update zombie status while spawning
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / monster / ogre.qc
index 96ede40ffdaeab56660ddeb8999fab65e1d49c14..955c34811a8e06bdf5c4a888482f8177fa038931 100644 (file)
@@ -217,7 +217,7 @@ void ogre_spawn()
        self.checkattack                = GenericCheckAttack;
        self.attack_melee               = ogre_melee;
        self.attack_ranged              = ogre_missile;
-       self.nextthink                  = time + 0.1;
+       self.nextthink                  = time + random() * 0.5 + 0.1;
        self.think                              = ogre_think;
        self.weapon                             = WEP_GRENADE_LAUNCHER;