]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/monsters/monster/shalrath.qc
Remove all scale modifiers (networking scale changes is too broken)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / monster / shalrath.qc
index 02097c010716e34e059d631dd3b3d0b48ca2a4b2..137104187e4f0b641db9916cde1c5d697b292021 100644 (file)
@@ -85,7 +85,6 @@ void shalrath_think ()
                shalrath_heal();
                
        if(self.enemy)
-       if not(self.spawnflags & MONSTERFLAG_GIANT) // giants are too big to hold a shield
        if(self.health < self.max_health)
        if(time >= self.lastshielded)
        if(random() < 0.5)