]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Increase ogre waypoint sprite height
authorMario <mario.mario@y7mail.com>
Sun, 7 Apr 2013 21:48:51 +0000 (07:48 +1000)
committerMario <mario.mario@y7mail.com>
Sun, 7 Apr 2013 21:48:51 +0000 (07:48 +1000)
qcsrc/server/monsters/monster/ogre.qc

index 35a6a378a31708f44c4ac8aa15b678ee612f2a3f..6cbb2d3712edff0b1bb66a53e58e92f6663ad496 100644 (file)
@@ -142,7 +142,7 @@ void ogre_spawn ()
        self.attack_ranged              = ogre_missile;
        self.nextthink                  = time + 0.1;
        self.think                              = ogre_think;
-       self.sprite_height              = 40;
+       self.sprite_height              = 50;
        self.weapon                             = WEP_GRENADE_LAUNCHER;
        
        monster_hook_spawn(); // for post-spawn mods